Hi,
我有一个固件project in Keil that I need to generate a hex file from for OTP burning. I am confused about the configuration in the firmware, namely what changes (if any) are required for OTP. I have found the following variable in da1458x_config_advanced.h:
#undef CFG_BOOT_FROM_OTP
Does this variable need to be defined in order to burn the firmware to OTP? Are there any other changes that need to be made? The firmware has been developed from ble_app_peripheral from the DA14580 SDK.
Cheers,
托尼
Keywords:
Device:
Hi tonyb,
If you want to boot from OTP, it isn’t mandatory to define the CFG_BOOT_FROM_OTP. Also, you should make sure that the CFG_DEVELOPMENT_DEBUG is undefined.
Thanks, PM_Dialog