i.MX6UL Available QSPI clock frequencies

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

i.MX6UL Available QSPI clock frequencies

跳至解决方案
958 次查看
louneschibi
Contributor I

When I read the reference manual ( Document Number: IMX6ULRM

Rev. 2, 03/2017 )  page 614/3619, there is a divider in the clock tree for the QSPI1_CLK_ROOT that could be used  (CSCMR1[QSPI1_PODF] ). 

The divider QSPI_PODF could only divide by 1, 2 or 8. 

Could we use other dividers such as 3, 4 , 5, or 6 or is it a mistake in the reference manual ? 

I have a doubt about that because I downloaded the NXP SDK ( Release Name: MCUXpresso Software Development Kit (SDK)

Release Version: 2.2.0 ) and in nearly all example provided for the evkimx6ul board, the value of 5(divide by 6)  is used. 

 

You can check the following file from the SDK for example 

./boards/evkmcimx6ul/rtos_examples/freertos_hello/clock_config_ocram.c:

 

CCM->CSCMR1 = (CCM->CSCMR1 & ~(CCM_CSCMR1_QSPI1_CLK_SEL_MASK | CCM_CSCMR1_QSPI1_PODF_MASK)) |  CCM_CSCMR1_QSPI1_CLK_SEL(0) | CCM_CSCMR1_QSPI1_PODF(5);

1 解答
934 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @louneschibi 

I hope you are doing well.

I have discussed this query with the internal team and concluded like it is printing mistake of Reference manual. One can set the QSPI_PODF from 1 to 8.

Thanks & Regards

Sanket Parekh

在原帖中查看解决方案

3 回复数
930 次查看
louneschibi
Contributor I

Hi Sanket Parekh, 

Thank you for your answer. I hope you will update the reference manual in the futur  

Best regards, 

Lounes CHIBI 

928 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @louneschibi 

Yes, I will raise the request for the same with the help of NXP engineering team.

Thanks & Regards

Sanket Parekh

0 项奖励
回复
935 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @louneschibi 

I hope you are doing well.

I have discussed this query with the internal team and concluded like it is printing mistake of Reference manual. One can set the QSPI_PODF from 1 to 8.

Thanks & Regards

Sanket Parekh