Possible bug in MIMXRT1176/cmsis_drivers/fsl_enet_cmsis.c...

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Possible bug in MIMXRT1176/cmsis_drivers/fsl_enet_cmsis.c...

Jump to solution
188 Views
EdSutter
Senior Contributor II

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?

 

0 Kudos
Reply
1 Solution
170 Views
EdwinHz
NXP TechSupport
NXP TechSupport

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.

View solution in original post

0 Kudos
Reply
1 Reply
171 Views
EdwinHz
NXP TechSupport
NXP TechSupport

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.

0 Kudos
Reply