OTP中安全引导加载程序的正确配置是什么?
嗨pm_dialog!
我需要开发一个Spezial Opt Secure Bootloader,不知道正确的配置是什么。在BLE_SUOTA_LOADER中,配置如下:
#define dg_configexec_mode mode_is_mirrored.
#define dg_configCODE_LOCATION NON_VOLATILE_IS_NONE
但如果我在DA14683文档中遵循捕获“3.4.3 BootRom序列”,则配置可能也如下所示:
#define dg_configexec_mode mode_is_cached.
#define dg_configcode_location non_volatile_is_otp.