Top "Stm32f4discovery" questions

Evaluation board from STM.

SPI Slave setup on STM32F4 board

I am trying to communicate between two STM32F4 discovery boards via SPI in Master & Slave configuration. I already …

interrupt master-slave spi stm32f4discovery
STM32F4Discovery: Receiving CAN message

I am lost on how to receive CAN message on STM32F4Discovery. I have it in Silent_Loopback mode, …

arm can-bus stm32f4discovery
STM32F429 is not receiving the CAN Message

I am using STM32F429 Microcontroller and need to implement CAN Bus Communication between CAN2 and PCAN View.I am …

stm32 can-bus stm32f4discovery
RS232 (UART) on STM32F4-Discovery (STM32F429ZIT6) with HAL library?

Background Here is some of my background so that your guy could know what related knowledge I have or I …

serial-port embedded uart stm32f4discovery
Can´t erase data from flash memory (STM32)

I´m trying to save some data to flash memory on my STM32F407 board. Before I can save them …

c stm32f4discovery flash-memory hal
How to find value of APB1 Clock in STM32F429

Can anyone tell me how to find the APB1 clock frequency of STM32F429? And how to calculate the Baud …

clock stm32 stm32f4discovery
How to write to STM32 Flash

I want to write to flash Sector 11 of STM32F407VGT from my user code to store some data. I …

stm32 stm32f4discovery flash-memory stm32f4 stm32-hal
STM32f4 SPI DMA receive

I have STM32F4407VGT6 controller on board STM32F4 Discovery. I try to read data from the AD7683 ADC …

spi dma stm32f4discovery adc
STM32F4 I2C Slave Receiver

I am using STM32F4 board as slave receiver and nordic board as master transmitter. I am able to send …

embedded i2c stm32 master-slave stm32f4discovery
What are weak functions and what are their uses? I am using a stm32f429 micro controller

Wikipedia says: A weak symbol denotes a specially annotated symbol during linking of Executable and Linkable Format (ELF) object files. …

c stm32f4discovery stm32f4 stm32ldiscovery