在生产过程中刻录OTP NVDS内存中的设备名称
亲爱的读者,
亲爱的读者,
你好,
我想了解如果我有什么会发生什么#undef.read_nvds_struct_from_otp在我的应用程序中并将我的应用程序刻录到OTP中。
要换句话说,我想了解我们是否正在将应用程序刻录到OTP中是必须具有read_nvds_struct_from_otp定义的?
我正在理解如何:
1.通过将应用程序加载到OTP中的SRAM中。
2.从OTP启动(正常模式)
在Documention中,对于DA14580 / 583,NVDS_DATA_STORAGE为0x20000340和0x20000350。但是,我发现在下面的散点_common_581.sct中。
scatterfile_common_581.sct.
lr_irom4 0x20000350 0x100 {
ER_IROM4 0x20000350 0x100 {
*(nvds_data_storage_area))
}
}
在scattlefile_common.sct.
lr_irom4 0x20000340 0x100 {
er_irom4 0x20000340 0x100 {
*(nvds_data_storage_area))
}
}
订单似乎是reversed.did我错过了什么?