Stock bootloader not working for 22F when application is using PLL clock

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

Stock bootloader not working for 22F when application is using PLL clock

跳至解决方案
973 次查看
cwati
Contributor III

Hi there,

 

We tried to use Kinetis/NXP stock bootloader 2.0, with stock CDC from the KSDK 1.3.0, on a Freedom 22F board (or mk22fn256vlh12 production board).  And we faced a blocker.

 

When we have to use the high frequency speed (PEE/PLL mode), the transition from bootloader to firmware always got stuck because it's waiting for the PEE bit to get set.
The bootloader code itself seems to work (especially when used with other clock mode like internal 48MHz clock), but it never works with higher speed firmware, ie if we want to fully use 120MHz on the firmware.

 

Is there a known issue with the PLL?  Or are we missing some step for the settings here? Any help is appreciated.

 

Thanks,
Cecylia

标签 (1)
0 项奖励
回复
1 解答
783 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Cecylia Wati:

Please give a check to the issue described by colleague Bryan Cole in the next document. You can skip most of comments, just go to the last replies by Bryan and Kevin to check if the workaround works for you:

Adapting KDS project for KBOOT flash resident bootloader

In case the problem remains please let me know.


Best Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
784 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Cecylia Wati:

Please give a check to the issue described by colleague Bryan Cole in the next document. You can skip most of comments, just go to the last replies by Bryan and Kevin to check if the workaround works for you:

Adapting KDS project for KBOOT flash resident bootloader

In case the problem remains please let me know.


Best Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

783 次查看
cwati
Contributor III

Thank you Jorge! It fixes it =)

0 项奖励
回复