你好,克里斯,
项目是否为可引导加载项目。
在PSoC Creator Bootloader系统中,引导加载程序首先执行
然后是可引导加载的项目。从引导加载程序到可引导加载程序的跳转
项目通过软件控制设备重置完成;见附录A
细节。这将重置调试器接口,这意味着可引导加载。
项目不能在调试器模式下运行。
调试bootloadable项目,把它转化为应用型正常,
调试它,然后把它带回bootloadable调试完成后。另一
选择是的bootloadable项目。HEX文件的装置上,然后使用
“附加到调试运行目标的选择,而bootloadable项目
跑步。在这种情况下,您可以调试bootloadable只能从项目点
其中调试器附加到设备上。
以上来自于百度翻译
以下为原文
Hello Chris,
Is your project a bootloadable project.
In the PSoC Creator bootloader system, the bootloader project executes first and
then the bootloadable project. The jump from the bootloader to the bootloadable
project is done through a software controlled device reset; see Appendix A for
details. This resets the debugger interface, which means that the bootloadable
project cannot be run in debugger mode.
To debug a bootloadable project, convert it to Application Type Normal ,
debug it, and then convert it back to Bootloadable after debugging is done. Another
option is to program the Bootloadable project .hex file onto the device and then use
the Attach to running targe option for debugging, while the bootloadable project is
running. In this case, you can debug the bootloadable project only from the point
where debugger is attached to the device.
你好,克里斯,
项目是否为可引导加载项目。
在PSoC Creator Bootloader系统中,引导加载程序首先执行
然后是可引导加载的项目。从引导加载程序到可引导加载程序的跳转
项目通过软件控制设备重置完成;见附录A
细节。这将重置调试器接口,这意味着可引导加载。
项目不能在调试器模式下运行。
调试bootloadable项目,把它转化为应用型正常,
调试它,然后把它带回bootloadable调试完成后。另一
选择是的bootloadable项目。HEX文件的装置上,然后使用
“附加到调试运行目标的选择,而bootloadable项目
跑步。在这种情况下,您可以调试bootloadable只能从项目点
其中调试器附加到设备上。
以上来自于百度翻译
以下为原文
Hello Chris,
Is your project a bootloadable project.
In the PSoC Creator bootloader system, the bootloader project executes first and
then the bootloadable project. The jump from the bootloader to the bootloadable
project is done through a software controlled device reset; see Appendix A for
details. This resets the debugger interface, which means that the bootloadable
project cannot be run in debugger mode.
To debug a bootloadable project, convert it to Application Type Normal ,
debug it, and then convert it back to Bootloadable after debugging is done. Another
option is to program the Bootloadable project .hex file onto the device and then use
the Attach to running targe option for debugging, while the bootloadable project is
running. In this case, you can debug the bootloadable project only from the point
where debugger is attached to the device.
举报