需要在启动时,添加一些功能代码。但是断电无法打在汇编代码中,工程每次都只能停在C语言编写的函数。
如何调试汇编,请指教
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.
您好,断电无法打在汇编代码中是因为断电后程序会重新启动,初始化阶段可能会跳过汇编代码部分。
如果你想要在断电后调试汇编代码,可以考虑使用硬件调试器,例如JTAG或SWD来实现更低级别的调试。