Clock configuration using the SDK is not what I measure using CLOCK_DRV_GetFreq

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Clock configuration using the SDK is not what I measure using CLOCK_DRV_GetFreq

Jump to solution
1,481 Views
InHome
Contributor III

Dear NXP hello,

I am using the SDK to set the clock frequency tree, in SDK inspector I have these values:

InHome_0-1654766950500.png

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?

InHome_1-1654767134686.png

 

Any idea please,

Thank you in advance

 

0 Kudos
Reply
1 Solution
1,468 Views
InHome
Contributor III

Problem solved it was a C function issue call.

Thank you anyway!

View solution in original post

0 Kudos
Reply
1 Reply
1,469 Views
InHome
Contributor III

Problem solved it was a C function issue call.

Thank you anyway!

0 Kudos
Reply