Firmware configuration for OTP

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
tonyb
Offline
Last seen:3 years 2 days ago
加入:2018-04-03 12:26
Firmware configuration for OTP

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:
PM_Dialog
Offline
Last seen:6天9小时前
Staff
加入:2018-02-08 11:03
Hi tonyb,

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