eide icon indicating copy to clipboard operation
eide copied to clipboard

[question] 像是由于debugHardFault的汇编指令asm("bx lr");使用后编译报错,报错如下图显示,该如何处理呢

Open homohifi opened this issue 1 year ago • 1 comments

汇编指令编译错误 **What you want to do** A clear and concise description of what you want to do. 在遇到HardFault时我们通常希望定位是什么问题触发了它,所以会使用汇编指令asm("bx lr");,而我在使用后编译发生了不理解的报错 **Describe the problem** A clear and concise description of what the bug is.

Expected behavior A clear and concise description of what you expected to happen. 如何能够在EIDE环境下顺利使用汇编指令asm("bx lr");

homohifi avatar Aug 22 '24 15:08 homohifi

这个是编译器报错,检查你的用法是否存在问题

github0null avatar Aug 23 '24 03:08 github0null