hello , i am making one project in which i am uing nrf51 dk. in nrf51 dk, i am using ble,spi,uart and adc. at that time should i use rtos??
hello , i am making one project in which i am uing nrf51 dk. in nrf51 dk, i am using ble,spi,uart and adc. at that time should i use rtos??
Hi,
No, you don't need to use RTOS for that. You can achieve most rtos features by just using SDK modules like timers, critical sections and interrupts at different priority levels.
See this thread for a related answer.