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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

45件の閲覧回数
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 件の賞賛
返信
1 返信

27件の閲覧回数
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 件の賞賛
返信