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.

AM3517 EMAC接收中断

Other Parts Discussed in Thread: AM3517

我现在做AM3517的EMAC驱动,发送部分已经好了,现在接收部分准备用中断模式,但是始终不能产生中断,我的配置过程如下:

1.注册中断,使用68号中断,C0_RX_PLUSE

2. RXINTMASKSET=1,Enable Rx0PendMask

3.C0EXEN=1,C0RXpulse Enable

之前的配置已经使能RX,用的RX0HDP

我查看RXINTSTATRAW=0xff01,RXINTSTATMASKED=1,不知道这2个寄存器是什么意思,如果1表示已经产生中断,但是没有进我的中断服务程序,请问配置中断的时候还要做什么?跪求高手指点。