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?
Now, why would you want to change to polled mode?