STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why would freeRTOS threads which schedule properly on an F4 fail to do so on an F7? One low-priority thread steals the processor and never yields.

The running thread runs vTaskDelay() as it did on the F4. It does not help. Adjusting thread priorities has little effect. Other threads (all started with higher priorities) should have plenty of opportunity to run but almost never do. It all ran...

Sking.21 by Associate III
  • 345 Views
  • 0 replies
  • 0 kudos

Resolved! Configure an PWM on a timer output.

Hi guys,I am having a problem with the configurations for a PWM on an timer channel. I am working on a STM32L552ZE with LL library. I am tring to configure a PWM on pin PB9 (TIM17 CH1). I have first configuret as a PWM with interrupts (TIM17 update i...

CDan.1 by Associate II
  • 1306 Views
  • 6 replies
  • 0 kudos