MCU: TM4C1294NCPDT
CCS: v6.0.1.0040
-
Hi,
I have loaded the example code USB_stick_update for the EK-TM4C1294XL in the eval board. In a USB thumb drive, I have loaded the .bin file as FIRMWARE.BIN & inserted the thumb drive on the USB Host port of the Eval Kit. I find (by debugging) that even after the loading is over, the application program won't start!! I even restarted the eval kit with the thumb drive removed & making sure that the statement "CallApplication(APP_START_ADDRESS);" executes. Even then, the app code won't run!!
Can anyone suggest me how to proceed to debug the issue. Since, the debugger is running, the application code (USB_stick_update) which is loaded from the thumb drive cannot be debugged!! Only a few assembly code can be seen....
-
PLEASE NOTE: That the .bin is generated from .out file using command line program(s) provided in "C:\ti\ccsv6\utils\tiobj2bin". The original .out file is running fine on Tiva C MCU. Don't know whether the memory storage location shifting from 0x0000 to 0x8000 is making any difference or NOT!!
-
Thanks
-
Regards
Soumyajit