The STM32 is a family of microcontrollers from ST Microelectronics, based on the Cortex M0, M0+, M3, M4, or M7 ARM core (depending on the product line).
My guess is that the __no_operation() intrinsic (ARM) instruction should take 1/(168 MHz) to execute, provided that each NOP executes …
execution-time stm32 cortex-m machine-instruction nopI'm trying to use the internal flash of an STM32F405 to store a bunch of user settable bytes that …
microcontroller stm32 stm32f4discovery flash-memoryI got some problems getting OpenOCD to communicate with my STM32F100RB Discovery board (it uses ST-Link). I am …
eclipse stm32 freertos codesourcery openocdI am trying to generate CRC with STM32L4 hardware modul. I would like to validate fatfs files so basically …
c microcontroller stm32 crc32I'm trying to periodically send and Serial string from my STM32F746ZG device, using an interrupt. Most of the …
timer interrupt stm32 interrupt-handling halI am debugging this piece of software for an STM32 embedded system. In one of the functions my programs keeps …
c gdb embedded breakpoints stm32I'm studying ADC programming on STM32 F103x and starting with the simplest case - single conversion. The internal temperature …
c serial-port stm32 adc usart