This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I want to use rtos in my application. The application is to read 50 analog sensors from ADCs for every 1 minute and store the data in flash memory. Later, the data has to be sent to a bluetooth device over UART.
How this can be done using rtos? Can any one frame an idea using rtos concept
Thanks and Regards,
Mark steve
Set up a task to do it. However, I don't see anything here that cries out for RTOS, Interrupts and Timers should be sufficient.
Hi
I think there is no necessary to using RTOS on this application. Please consider using simply timer and interrupt MCU resources.
Thanks
**Attention** This is a public forum