Other Parts Discussed in Thread: TMS570LC4357
我将HET1_18管脚配置为输入,并使能了Edge0的interrupt,但是没有触发edgeNotification,不知道是否有相关例程
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.
我将HET1_18管脚配置为输入,并使能了Edge0的interrupt,但是没有触发edgeNotification,不知道是否有相关例程
您好,
您可以参考下以下附件:
请注意,以上的示例是基于 TMS570LC4357构建,所以您无法直接使用此示例,但您可以参考该例子并相应地修改其代码。
工程师通过在"edgeNotification"函数中设置断点来测试以上例子,如下所示:
一旦在 HET1[18]上施加下降沿信号,它就会到达断点。