STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H730 SPI clock (SCK) bug

Hello.I have noticed a SCK clock error on the SPI bus in the STM32H730 processor. It may be due to the HAL library I am using (v1.10.0).My SPI configuration (SPI2 in this case) in CubeMX:I use SPI in Polling Mode. I send 8 bits of data using the func...

0693W00000UnwXaQAJ.png 0693W00000UnwXkQAJ.png
Kubeck by Associate II
  • 1509 Views
  • 5 replies
  • 0 kudos

Resolved! Where are the project-files, empty folder?

Hello,I have created a sample project from Stm32CubeIDE, but there are no files in the specified location folder, see attached image.I do not understand this? Where are the files? How is this linked?Thank you

pk84 by Senior
  • 1183 Views
  • 4 replies
  • 0 kudos

osMessageGet Crashing

I have lots of experience in the general area, but am new to both STM32 and FreeRTOS specifically.I'm adding a message queue to my program, using the Code at https://www.keil.com/pack/doc/CMSIS/RTOS/html/group__CMSIS__RTOS__Message.html#gac9a6a6276c1...