Hey! Is there a way to multithread the nRF52832? I want to store data in the buffer and do some processing on that. While processing I want to control how the data is stored in the buffer, for this I need to multithread the processor.
Hey! Is there a way to multithread the nRF52832? I want to store data in the buffer and do some processing on that. While processing I want to control how the data is stored in the buffer, for this I need to multithread the processor.
Check out Protothreads in nRF5_SDK_15.2\external\protothreads\pt-1.4\README.
You might also find nRF Mutex useful.