PWM and FreeRTOS on arm7.

anonymous wrote on Friday, November 06, 2009:

Hello,

I’m going to change my uC to arm7. I need to use FreeRTOS and PWM for engines. Will it cooperate?

Thanks u for info with advance. Michal

davedoors wrote on Monday, November 09, 2009:

That depends how you write it. If the PWM is free running (does not rely on interrupts) then it won’t even notice FreeRTOS is running.