I would like to access some of the FICR and UICR registers on network core from application core. How can I go about doing this?
I would like to access some of the FICR and UICR registers on network core from application core. How can I go about doing this?
Hi,
These registers are not accesible for the application core, so you have to somehow make the network core load the register data and send it to the app core. One way you can do that is by implementing a Remote Procedure call, like how the nRF RPC Entropy sample does to access the network-only RNG peripheral.
Best regards,
Vodar
Hi,
These registers are not accesible for the application core, so you have to somehow make the network core load the register data and send it to the app core. One way you can do that is by implementing a Remote Procedure call, like how the nRF RPC Entropy sample does to access the network-only RNG peripheral.
Best regards,
Vodar