TI官网中的一份文档“swru191d”第3.4章说明了设置128位的lock-bit structure,可以对程序页进行加密。这里有几个问题:
1.需要设置的128位lock-bit structure具体地址是在哪里呢?我在0x7FF0和0xFFF0地址都试过填写加密位,读取的加密状态都为0(DBGLOCK设置为0);
2.Flash一共128页(0~127),但是FLASH_PAGES-1:0最多只有127位,请问最后一页是不需要加密的么?
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.
TI官网中的一份文档“swru191d”第3.4章说明了设置128位的lock-bit structure,可以对程序页进行加密。这里有几个问题:
1.需要设置的128位lock-bit structure具体地址是在哪里呢?我在0x7FF0和0xFFF0地址都试过填写加密位,读取的加密状态都为0(DBGLOCK设置为0);
2.Flash一共128页(0~127),但是FLASH_PAGES-1:0最多只有127位,请问最后一页是不需要加密的么?