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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
290 次查看
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 解答
272 次查看
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 项奖励
回复
1 回复
273 次查看
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 项奖励
回复