MPC8360_INITIALIZATION issue

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

MPC8360_INITIALIZATION issue

1,235 次查看
rana_kspl
Contributor I

Hi

I have used MPC8360 in a design.

However I am having issue in Initializing the processor using Code Warrior.

I have tried all RSW  modes from 000-111.

 

There is a hardware fallacy that has been found.The PCI_MODE pin of the processor is  accidentaly not connected .According to Datasheet it must be connected to either VCC thru Pull up or pulled Down.

 

Just want to know clearly if not Connecting PCI_MODE pin can stop the processor from initializing.

 

 

I have attched the debugger Log for reference.It seems that Processor is failing during Read Operation.

 

Please provide some Pointers ASAP.

0 项奖励
回复
1 回复

1,082 次查看
TomE
Specialist II

PCI_MODE determines which pins the chip uses for its clock source.

 

In "PCI Host Mode" the CLKIN pin is the master clock. In "PCI Agent Mode" the PCI_CLK/PCI_SYNC_IN pin is the master clock.

 

If you don't have PCI_MODE connected then the chip doesn't know which clock to use. Yes, not connecting it would explain why it won't initialise.

 

Tom

 

0 项奖励
回复