SDK_2_13_0_LPC54608J512 bug in fsl_enet.c in ENET_SetSMI()

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

SDK_2_13_0_LPC54608J512 bug in fsl_enet.c in ENET_SetSMI()

284件の閲覧回数
A_M
Contributor III

Hi,

there is a bug in the SDK_2_13_0_LPC54608J512 bug in fsl_enet.c in ENET_SetSMI().

uint32_t srcClock_Hz = CLOCK_GetCoreSysClkFreq() / 1000000U; // This line works only when the SYSCON->AHBCLKDIV register is 0. then the AHB clk and main clk is the same*/

FIX:

uint32_t srcClock_Hz = CLOCK_GetFreq(kCLOCK_BusClk) / 1000000U; //ENET is connected to Systemclock CPU, AHB Bus,....

Sorry but is this the official way to repost bugs?

タグ(3)
0 件の賞賛
1 返信

264件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @A_M 

 

Thanks for your sharing, yes, you are right. I will report this bug to SDK team,thanks.

 

BR

Alice

0 件の賞賛