I wanted to use the SysTick timer for timing in my application, but even when writing a handler and trying to set it up, it doesn't seem like the interrupt is ever triggered. Does the chip even have such timer?
I wanted to use the SysTick timer for timing in my application, but even when writing a handler and trying to set it up, it doesn't seem like the interrupt is ever triggered. Does the chip even have such timer?
Is it possible to use an RTOS using some of the other timers? My application doesn't handle much data transmission. Is it possible to disable the radio when not in use and have the RTOS in charge of the processor? My understanding is that the BLE radio has the highest priority. Does having an RTOS disrupt the radio operation?
Thanks.
Note that nRF52 does have SysTick: devzone.nordicsemi.com/.../
Note that nRF52 does have SysTick: devzone.nordicsemi.com/.../