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操作了Settings & Utilities下的Security的按钮,make device secure后,重启再次下载代码就会失败了,请问怎么回事
你好,connection to the device will not be possible after the device is secured.
参考下这两篇文档:
UNIFLASH本身不能解密吗?或者没有其他解密的软件吗?是通过如下的方式加密的,代码中添加的这一段
#pragma RETAIN(JTAG_signatures)
#pragma DATA_SECTION(JTAG_signatures, ".jtagsignature")
const uint16_t JTAG_signatures[] = {0xAAAA, 0x0002};
#pragma RETAIN(JTAG_password)
#pragma DATA_SECTION(JTAG_password, ".jtagpassword")
const uint8_t JTAG_password[] = {0x12, 0x34, 0x56, 0x78};
请问下载一次固件后如和再次下载