Hi,
This question is probably for NXP support...
I'm browsing the latest SDK (25_03_00) for iMXRT1170EVKB and noticed what I believe is a bug in MIMXRT1176/cmsis_drivers/fsl_enet_cmsis.c at line 363...
/* Enable the tx/rx interrupt mode. */
config.interrupt = (uint32_t)kENET_TxFrameInterrupt | (uint32_t)kENET_TxBufferInterrupt |
(uint32_t)kENET_RxFrameInterrupt | (uint32_t)kENET_TxBufferInterrupt;
I'm guessing that the 4th item in the OR'ed items should be kENET_RxBufferInterrupt is that true?
Solved! Go to Solution.
Hi @EdSutter,
I have confirmed this mistake on the latest SDK. I will report this to the SDK team in order for them to fix it on a future SDK release.
Thanks for reporting this!
BR,
Edwin.
Hi @EdSutter,
I have confirmed this mistake on the latest SDK. I will report this to the SDK team in order for them to fix it on a future SDK release.
Thanks for reporting this!
BR,
Edwin.