Dear NXP hello,
I am using the SDK to set the clock frequency tree, in SDK inspector I have these values:
I am using the Clock_drv_GetFreq:
CLOCK_DRV_GetFreq(S160_CLK, &Frequency);
tu32BInit_eBoardInfo[S160ClkFreq] = Frequency;
I expect to have 160MHz, but the returned value is 16MHz?
Any idea please,
Thank you in advance
解決済! 解決策の投稿を見る。
Problem solved it was a C function issue call.
Thank you anyway!