主题中讨论的其他器件:UNIFLASH、 CC1312R、
当我使用 Uniflash 进行写保护扇区0-87时、它仅对扇区0-63进行写保护。
当我将受写保护的扇区更改为仅64-87 (0x40-0x57)时、这些扇 区将映射到扇区32-55 (0x20-0x37)、这些扇区将被锁定。 我无法尝试锁定更高的扇区(88+)、因为 Uniflash 正确地拒绝了它们作为越界。
使用:Uniflash 版本: 8.5.0.4593
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
当我使用 Uniflash 进行写保护扇区0-87时、它仅对扇区0-63进行写保护。
当我将受写保护的扇区更改为仅64-87 (0x40-0x57)时、这些扇 区将映射到扇区32-55 (0x20-0x37)、这些扇区将被锁定。 我无法尝试锁定更高的扇区(88+)、因为 Uniflash 正确地拒绝了它们作为越界。
使用:Uniflash 版本: 8.5.0.4593
我能够通过覆盖 ti_devices_config.c 来设置写保护
//##########################################################
//保护 CCFG 和引导加载程序
//##########################################################
#define SET_CCFG_CCFG_PROT_31_0 0xFFFFFFFF
#define SET_CCFG_CCFG_PROT_63_32 0xFFFFFFFF
//引导加载程序和 CCFG
#define SET_CCFG_CCFG_PROT_95_64 0xFF00FFFF