I am working with a product that uses the NRF52840 MCU and operates as a BLE peripheral.
I would like to know if the Cortex M4 in the NRF 52840 has support for programmable Flash Patch Breakpoint.
Our main application is just a basic loop that uses the NRF5 SDK's application scheduler at the lowest priority levels.
The goal is to have the application patch the FPB unit to skip a single instruction at a pre-defined memory address.
Once this is set, the application will call the software reset instruction to reboot the device into its boot loader mode where we expect the device to skip the patched instruction.
Is this possible in the NRF 52840 and if so how?
Cheers
RVM
