Hi,
I would like to ask if it is possible to use both Radio and NVMC at the same time (no SoftDevice)?
My scenario:
- Start Radio and configure RX mode.
- Write/erase sth.
- Process received packet over the radio.
- Start Radio...
- Write/erase sth.
- ...
I know that during NVMC operations CPU does not execute code from Flash, but I assume that Radio is operational and EasyDMA access to RAM is working.
Could some confirm my assumptions?