Possible bug in MIMXRT1176/cmsis_drivers/fsl_enet_cmsis.c...
木曜日
45件の閲覧回数
EdSutter
Senior Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
1 返信
金曜日
27件の閲覧回数

NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
