Top "Stm32f4discovery" questions

Evaluation board from STM.

STM32F4 UART HAL Driver

I'm trying to figure out how to use this new HAL driver. I want to receive data using the HAL_…

stm32 stm32f4discovery hal
Delay in HAL Library (HAL_Delay())

I'm trying to blink leds on my stm32f4 discovery. Somehow it stuck on delay function. I have changed SysTick …

arm keil stm32f4discovery hal
STM32CubeMX USB CDC VCP?

I've found large number of examples, but nothing on how to do it "properly" from STM32MXCube. How do I …

usb stm32 stm32f4discovery
NVIC_SystemReset () not working for STM32F4

I am working on STM32F4 board. My IDE is IAR Embedded Work bench. I am trying to do a …

stm32 iar stm32f4discovery
How to use Backup SRAM as EEPROM in STM32F4

There are two ways of emulating EEPROM on the STM32F4: On-chip 4 Kbytes backup SRAM On-chip Flash, with specific software …

stm32 eeprom stm32f4discovery
How to use hardware NSS (SPI) on stm32f4?

So I tried to use hardware NSS signal with HAL library, but I can't find any function to make NSS …

arm microcontroller stm32 spi stm32f4discovery
STM32F4 HAL DMA UART TX

I'm trying to get UART transmit working over DMA on an stm32f405. This part of my application is designed …

fifo stm32 uart dma stm32f4discovery
Converting from *.hex to *.bin for ARM on Linux

I want to upload program to my STM32F4 Discovery board using st-flash command. Problem is when I try to …

linux binary hex file-conversion stm32f4discovery
Allocating memory in Flash for user data (STM32F4 HAL)

I'm trying to use the internal flash of an STM32F405 to store a bunch of user settable bytes that …

microcontroller stm32 stm32f4discovery flash-memory
STM32 HAL SPI 16 bit Transmit

I am trying to use HAL_SPI_Transmit(.) for 16 bit data transmission. I have configured the SPI using STM32Cube …

c stm32 spi stm32f4discovery stm32f4