HI
I am using NCS V2.4.2, My application will using ble and 2.4G for gaming mouse; in SDK softdevice will by pass radio intterupt when BLE close, and I can define void RTC0_IRQHandler(void); How to do it in NCS?is there a demo sample?
HI
I am using NCS V2.4.2, My application will using ble and 2.4G for gaming mouse; in SDK softdevice will by pass radio intterupt when BLE close, and I can define void RTC0_IRQHandler(void); How to do it in NCS?is there a demo sample?
Hi
Just for confirmation, are you looking for an example how to use the RTC IRQ handler or the RADIO IRQ handler?
Will your application never use BLE and proprietary at the same time, only running either one or the other?
I recently made an example showing how to run ESB and BLE in parallel in NCS v2.3.0 (available here), but if you don't need to run the two protocols at the same time you can probably do this in an easier way.
Best regards
Torbjørn
HI Torbjørn,
I want to only running either one or the other, Thanks for your example, I need to study it first.
HI Torbjørn,
I want to only running either one or the other, Thanks for your example, I need to study it first.