Is there a way for scheduling tasks on STM32L031?
Is there any task schedular for STM32? I want a bare metal task schedular for scheduling tasks so I wanted to know if there is any existing task schedular in libraries like nordic has in its SDK. If not any recommendations?
The main reason I want schedular is because I have multiple applications running on STM32L031K6 for eg: UART, EEPROM operations, IO control etc. And I want to schedule those tasks as the are occured.
