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).
I'm trying to figure out how to use this new HAL driver. I want to receive data using the HAL_…
stm32 stm32f4discovery halI develop on a map I'm working on STM32 and USART interrupts. After configuring the USART1 and make Enable receive …
c stm32 interruption usartI'm new to using HAL functions. The description of the function HAL_GetTick() says that it "provides a tick value …
stm32I have some trouble to receive data over the USART. What I actually want to achieve ist, that I can …
stm32 halI am currently using the ST-Link debugger to program my STM32F3 Discovery Board. The IDE that I am using …
stm32 gdbserver swdI've found large number of examples, but nothing on how to do it "properly" from STM32MXCube. How do I …
usb stm32 stm32f4discoveryI am working on STM32F4 board. My IDE is IAR Embedded Work bench. I am trying to do a …
stm32 iar stm32f4discoveryThere are two ways of emulating EEPROM on the STM32F4: On-chip 4 Kbytes backup SRAM On-chip Flash, with specific software …
stm32 eeprom stm32f4discovery