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

ST Middleware for Eclipse ThreadX

Will ST's ThreadX versions available through CubeMX and on ST's Github eventually be derived from the Eclipse ThreadX project rather than Azure RTOS? Such as...https://github.com/STMicroelectronics/x-cube-azrtos-h7https://github.com/STMicroelectronic...

eng88 by Associate II
  • 229 Views
  • 2 replies
  • 0 kudos

Stuck at USB Core Soft Reset

I am trying to get USB High Speed running on my board, In the USB Core Soft Reset function, my code keeps on getting stuck in the do while loop that I have shown below. I have went through all the forum posts related to this and there has been no sol...

cannot communicate using SPI

I am trying to communicate to a e-paper display of waveshare 1.54inch v2 with B-WL5M-subg1. I have used the  program file the company has provided but there is no respone in the module. I have tried using esp32 and the module works fine with it. both...

naveen-0 by Associate
  • 282 Views
  • 3 replies
  • 0 kudos

Low Power on Zephyr RTOS

Hello,I'm working with a RAK3172 based on STM32WLE5CC chip.I'm using Zephyr RTOS and trying to use the power management features.I've an uart communication, when CONFIG_PM=n, everything works well. When setting CONFIG_PM=y, I don't receive any data.I...