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.
我正在尝试在复位/上电时从内部闪存运行程序。 我已成功使用 launchpad 示例将程序加载到闪存中、并可以从调试器开始执行。
但是、如果我通过引导 ROM 强制执行芯片复位和启动(F8)或单步执行(F5)、它最终会在"Estop"上停止、并且永远不会开始在闪存中执行代码。 起始闪存位置(0x80000)确实有要启动的分支代码"Lb _c_int00"。
如果我执行复位、然后手动将 PC 设置为0x80000、代码将正确运行。
GPIO 24和32引脚均上拉为高电平(在 launchpad booster 引脚上经过验证)、因此应从闪存引导。