Evaluation board from STM.
I'm trying to figure out how to use this new HAL driver. I want to receive data using the HAL_…
stm32 stm32f4discovery halI'm trying to blink leds on my stm32f4 discovery. Somehow it stuck on delay function. I have changed SysTick …
arm keil stm32f4discovery halI'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 stm32f4discoverySo I tried to use hardware NSS signal with HAL library, but I can't find any function to make NSS …
arm microcontroller stm32 spi stm32f4discoveryI'm trying to get UART transmit working over DMA on an stm32f405. This part of my application is designed …
fifo stm32 uart dma stm32f4discoveryI want to upload program to my STM32F4 Discovery board using st-flash command. Problem is when I try to …
linux binary hex file-conversion stm32f4discoveryI'm trying to use the internal flash of an STM32F405 to store a bunch of user settable bytes that …
microcontroller stm32 stm32f4discovery flash-memoryI am trying to use HAL_SPI_Transmit(.) for 16 bit data transmission. I have configured the SPI using STM32Cube …
c stm32 spi stm32f4discovery stm32f4