What is the right configuration for secure boot loader in OTP?
Hi PM_Dialog!
I need to develop an spezial OPT secure bootloader and don't know what the right config is. in ble_suota_loader the config is this:
#define dg_configEXEC_MODE MODE_IS_MIRRORED
#define dg_configcode_location non_volatile_is_none.
But if I follow the the capture "3.4.3 BootROM sequence" in the documentation for da14683 the configuration may be also like this:
#define dg_configEXEC_MODE MODE_IS_CACHED
#define dg_configCODE_LOCATION NON_VOLATILE_IS_OTP