I am going to use the BLE softdevice. Can I use the NVMC to read and write Flash for configuration information?
I am going to use the BLE softdevice. Can I use the NVMC to read and write Flash for configuration information?
Hi,
When using a SoftDevice, some peripherals are restricted or blocked, see the Hardware peripherals section of the SoftDevice Specification. NVIC is open when the SoftDevice is disabled, but when the SoftDevice is enabled the NVIC is restricted, which means you must go through the SoftDevice SoC Library API for access.
In any case, I do recommend that you use higher level drivers and/or libraries for flash access.
Regards,
Terje
Hi,
When using a SoftDevice, some peripherals are restricted or blocked, see the Hardware peripherals section of the SoftDevice Specification. NVIC is open when the SoftDevice is disabled, but when the SoftDevice is enabled the NVIC is restricted, which means you must go through the SoftDevice SoC Library API for access.
In any case, I do recommend that you use higher level drivers and/or libraries for flash access.
Regards,
Terje