finally found and fixed P&E problem - you just need to wait after execute, otherwise the P&E interface sooner or later issues a reset

This commit is contained in:
Markus Fröschle
2013-11-07 19:51:04 +00:00
parent 4349fb859b
commit 2bc9d27e6c

View File

@@ -50,3 +50,6 @@ sleep 100
load -v m5484lite/ram.elf load -v m5484lite/ram.elf
execute execute
# wait is _needed_ here if using the P&E BDM interface. Otherwise
# the Coldfire resets after some time!
#wait