Dear All:
how can i disable EMACCore0TxIsr IRQ?
IRQ
void EMACCore0TxIsr(void)
{
countEMACCore0TxIsr++;
lwIPTxIntHandler(0);
}
thanks a lot.
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.
Dear All:
how can i disable EMACCore0TxIsr IRQ?
IRQ
void EMACCore0TxIsr(void)
{
countEMACCore0TxIsr++;
lwIPTxIntHandler(0);
}
thanks a lot.
Felix,
You may want to look at pragmas to achieve this. Please see https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/292975
Hope this helps.
Lali