STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Include a bin file to my project

Hello to alli have build my project as programmer on stm32f103c8t6 to connect as master host to slave one stm32f103c8t6 and program the slave device with code which saved in eeprom connected to the master with i2c it working well with me but I need t...

Elmofty by Associate II
  • 1684 Views
  • 5 replies
  • 1 kudos

Resolved! SPI MISO shifted

Hello ST Community, I have setup a SPI master and a SPI slave, both use DMA in Normal mode. The word size is 8-bits and the data size is 8-bytes. The problem is that the slave transmits messages which contains old data. When it should send:MISO: { 0x...

Nikolaj_TL_0-1718698066796.png {02530675-2C30-4D84-BCB1-AEE662778433}.png

STM32F4 TIM6 initialization

Dear all,I'm working on a project based on STM32F479 and FreeRTOS. In this project the microcontroller is connected via I2C and SPI bus to other devices, such as switch ethernet and spi-uart converter. I run the initialization of these devices before...

MGall.11 by Associate III
  • 2558 Views
  • 6 replies
  • 1 kudos

Running CRC check in HAL uart driver

I am using "HAL_UART_Transmit" and "HAL_UART_Receive" in the HAL uart driver to perform uart communication. While adding the CRC check to the communication protocol, I am wondering if there's any HAL uart driver API that incorporates CRC check functi...