STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ST-WDS software [fixed]

The ST MIcro website offers this free tool link but when I download it, its appears to be resticted as a trial use.I followed the instructions and there was a link on the download page that gets installed, simple and good for a year.Thanks 

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
  • 2403 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

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...