Hi,
We are currently using the i.MXRT1170 EVKB for our development and working with the evkbmimxrt1170_enet_txrx_transfer_cm7_100M example, which is functioning well in polling mode. However, we would like to modify it to operate in interrupt (ISR) mode instead.
Could someone guide us on how to implement this?
Thank you!
Hi,
Please see All related examples from the latest SDK https://github.com/nxp-mcuxpresso/mcuxsdk-examples/tree/release/25.06.00/driver_examples/enet
It seems there is an example which supported Interrupt from txrx_multiring_transfer: https://github.com/nxp-mcuxpresso/mcuxsdk-examples/blob/release/25.06.00/driver_examples/enet/txrx_m...
But it seems for 1G enet. https://mcuxpresso.nxp.com/mcuxsdk/latest/html/examples/driver_examples/enet_1g/txrx_multiring_trans...
Okay, i will try that.
Thanks,
Parth