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.

CC2340R5: 关于OAD调试

Part Number: CC2340R5
Other Parts Discussed in Thread: UNIFLASH

我的计划是使用CC2340的Central和Peripheral,在平时设备处于Central模式,当需要进行升级时再切换为Peripheral模式,开机时默认为处于Central模式,但是现在我遇到的问题是:

将MCUBoot.hex、Persistent程序以及应用程序通过Uniflash烧录进器件,其中MCUBoot.hex为AUTO,Persistent为0x6000,应用程序为0x32000,

只有第一次将程序烧录进去后会运行到Central模式下,但是当要与另一蓝牙设备进行连接时,连上后下一秒就断开,然后程序就进入了Persistent,器件名称也变为Persistent_app,

然后重新上电也无法进入Central模式,仍旧处于Persistent程序中。想知道这是什么原因造成的。