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

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

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

跳至解决方案
1,401 次查看
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 项奖励
回复
1 解答
1,388 次查看
InHome
Contributor III

Problem solved it was a C function issue call.

Thank you anyway!

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,389 次查看
InHome
Contributor III

Problem solved it was a C function issue call.

Thank you anyway!

0 项奖励
回复