I'm using ethernet function of MCB2300.I find all the
MCB2300's example program using interrupt mode,and the
function: static void interrupt_ethernet (void) __irq;
but i want using poll mode,how should i change the
file?
I don't have the code of that particular example, but it sounds as if you need to repeatedly call 'interrupt_ethernet' from your main loop, adding a test to see whether there is a TCP frame available for processing.
what do you want to do?
post your code here with the meaning and we will check it for you.