Daisuke, These errors are from the GEL function that fail to access the memory address as specified in the error message. This could happen for a couple of reasons: 1. the memory region is not accessable after reset. You may also try to hit the reset button on the board or toggle the reset signal at the device boundary to see if yo are getting the same error messages. 2. the halt-on-reset will halt the CPU at the reset vector before running the entire boot code. If the boot code have some certain initialization routine such as memory initialization, enabling clock and power domains, the access in the Gel function may fail. You may comment out the OnTargetConnect() function to avoid these errors. But the device may not be initialized properly or at least the same way as before. Regards, Ning
↧