hi
I am using a stellaris LM4F232 EVM to evaluate my program. I can download my program to flash from a emulator and run it. I can push reset button to let it re-start from the flash. However, whenever after I power cycle the EVM (un-plug the USB ad put it back), the program can not be started any more.
From debugger, I saw that it can still go into _c_int00 but it failed in _ti_auto_init. An fault except is thrown out. The configurable Fault status register(0xE000ED28) logs 0x00008200 which indicates bus error. This is very repeatable.
If I run TI examples, it can always boot from flash. Could anyone give me some hint where I missed in my program that make the program not working after power cycle?
Thanks a lot!
Eric