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.
公司加密代码,不方便发上去,,公司硬件电路这样的。在GPIO32、33配置成IO功能后,中断只能写两三行代码,配置成I2C后便正常。我的中断是用EPWM1触发AD采样,AD
采样触发中断,和这两个IO没啥关系。
方便的话可以再看一下对应的C代码吗?
这个是软件断点,一般来说是发生错误之后进入到相应的Trap函数,在Trap函数中由代码生成的断点,算是用户在代码中对错误处理的一种方式。