Hello,
I am looking through the data sheet for the NRF52 and do not see anything for writing to NVMC.
I see you can erase and configure the NVMC using:
NRF_NVMC -> CONFIG = 0x2; NRF_NVMC -> ERASEPAGE = 0x0150;
I was expecting see some thing like
NRF_NVMC -> WRITEPAGE = 0x0150; NRF_NVMC -> DATA = 0x3350;
How would I go about writing data to a specific address in flash?
Thanks,
Eric