| * | | Emulation and flash magic Hey everyone, hopefully this is my last question. Why is it that I can run my program fine when using the PDS emulator but when flash my device using flash magic with the same hex file my device doesnt run. PDS is telling me that my UCFG values have been read from the object file so its not that, what else do I need to look at ?
many thanx
Xarion |
|
8-8-2006 2:28 Views: 1331 |
Xarion |
| * | | RE: Emulation and flash magic Hi Xarion,
Sounds like you are close to having your project running. Well done.
This is a reasonably common question. These are the things I would check (I listing them all for other readers of this thread):
- check the UCFG1 configuration
- if using an external clock or crystal ensure that it is present
- if using an external reset then ensure that it meets the fairly stringent level and risetime requirements
- check all the input and output levels and ensure they are reasonable given your circuit design.
... more (see whole posting) |
|
10-8-2006 18:08 Views: 1391 |
Support |
| * | | RE: Emulation and flash magic I found my problem, silly me no grouding for the caps for the external clock on my board, everything worked 100% after that hehe. The PDS was using the crystal on board obviously which is why i was able to emulate, these things you never forgot! :-) thanx again
Xarion |
|
11-8-2006 5:58 Views: 1348 |
Xarion |