MCF54418 Configuration and Boot Code

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

MCF54418 Configuration and Boot Code

429 次查看
davidwong
Contributor I
Subsequent to Power-on-Reset configuration (to set values to bootmod[1:0], fb_ad[7:0] pins during reset) do I also need boot code (in NAND flash for instance) to configure MCF54418 so that the BDM port will work? Thanks a lot!
0 项奖励
1 回复

310 次查看
TomE
Specialist II

That shouldn't be necessary. The BDM has to be able to set up a CPU that has nothing else attached.

The Reset Controller or CCM chapters in the manual should make this clear. They don't mention the Debugger at all.


The Debug chapter in the manual should make this clear, but it was written without any mention of the rest of the CPU.


The different chapters document their respective modules, but there's nothing documenting the interactions.

My guess is that as long as the Debugger via the debug socket can force the state of the JTAG_EN pin to select BDM, the RESET pin to force a Reset and the BKPT pin to stop the CPU dead, then it will then be in control of the chip after the hardware Reset has completed, and before the SBM code starts.

Tom

0 项奖励