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.

AM3359 ICE GPIO配置的问题

Other Parts Discussed in Thread: AM3359

您好,我手头有一个AM3359 的ICE,现在参考starerware里的代码配置了GPIO,写了一个响应外部中断的程序,如果中断被触发,则用UART输出些信息。

现在已确认UART输出是好用的,但执行到下面的代码时,UART则输出不了。

 GPIO1ModuleClkConfig();    //OK  运行到此处能输出
 GPIO1Pin16PinMuxSetup();  //NG 运行到此处不能输出

看了GPIO1Pin16PinMuxSetup的代码,貌似是在EVMProfileGet函数里的某个While处理里无限循环了。

我想问下:为什么会陷入无限循环?有没有针对ICE板子GPIO配置的参考代码?