Coldfire: PEMicro Problems

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Coldfire: PEMicro Problems

1,916 Views
bait
Contributor I

Hi All-
I am running into an issue with the PEMicro. The error message I am getting is, PEMicroProtocolPlugin : Stop failed.

 

This only happens with certain startup code when initializing the 5329 hardware. I don't run into this same issue when I am using the example code from the freescale website, its found here /www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCF5329&nodeId=0162468rH3YTLC00M99287>

 

and it is called MCF532XSC.ZIP. Using this code I never run into this problem. I am wondering if anyone has run into this issue and knows what the cause of it is. It only happens out of a hardreset.

 

The main difference in the startup sequence is not relying on any of the Metrowerks startup code. I create the vector table and jump into a user-defined startup function. In the user-defined startup code all the steps to initializing the hardware are identical.

 

Thanks and any help is certainly appreciated.

Message Edited by CrasyCat on 2007-04-13 01:48 PM

Labels (1)
0 Kudos
1 Reply

305 Views
J2MEJediMaster
Specialist I
Clearly the Freescale/Metrowerks startup code is initialzing something that your code isn't. Have you tried patching in the Freescale startup code into your program temporarily and see if the problem goes away?

---Tom
0 Kudos