STM32 F4 controllers are entry-level ARM Cortex-M4 MCUs from ST Microelectronics.
I have a NUCLEO-F401RE board (with STM32F401RE) and it has been working fine for the most part. …
stm32 stm32f4 openocdI want to write a variable, for example an integer with the number 5 to the FLASH and then after the …
c mbed stm32f4 flash-memoryI want to use the latest HAL library instead of Standard Peripheral Library. And i want to readout the BMA250…
stm32 i2c stm32f4I am using STM32F407VGT6 with CubeMX. So i was beginning with General purpose timers and i am stuck …
timer microcontroller stm32 stm32f4 cubemxI've been trying to implement a basic per-byte UART Rx Interrupt on a STM32F4 board using HAL skeleton code …
interrupt uart stm32f4I am trying to use HAL_SPI_Transmit(.) for 16 bit data transmission. I have configured the SPI using STM32Cube …
c stm32 spi stm32f4discovery stm32f4I am currently working on a standalone STM32F4 based board (STM32F469). So far, everything worked fine. I was …
stm32 source-code-protection stm32f4I want to write to flash Sector 11 of STM32F407VGT from my user code to store some data. I …
stm32 stm32f4discovery flash-memory stm32f4 stm32-halWikipedia says: A weak symbol denotes a specially annotated symbol during linking of Executable and Linkable Format (ELF) object files. …
c stm32f4discovery stm32f4 stm32ldiscoveryI have an STM32F417IG mcu connected with my PC. I use CoIDE and an ST-Link\v2 ISOL, to …
serial-port remote-debugging uart stm32f4