Altera_Forum
Honored Contributor
16 years agoTSE SGDMA isr problem
Hello to everybody.
I have CIII 3c120 dev kit with Marvell 88e1111 PHY on it. I want to send and receive packets, so i use TSE (mac level). I wrote software code to transmit packet (it works) and now i try to receive packet. TSE works with 2 sgdma rx\tx. When a packet comes from PC it causes an interreupt and to process it there is alt_avalon_sgdma_register_callback for user application. So i registered my isr function in it, but during the debug I can't access it. I ping 192.168.37.5 and PC sends broadcast packets, the rx led is on when the packet is coming, but in debug mode it doesn't access the isr function. So, are there any ideas about this problem?