Part Number: EVMK2H
Other Parts Discussed in Thread: SYSBIOS
I have been working on the EVMK2H development board and have been able to sucessfully compile, then load and run the corresponding .out file from the GPIO LED blink example that was provided that utlilzes SYS/BIOS through the debugger. The next task I was hoping to complete was writing the app to NAND or NOR and being able to load the app to either shared memory or DDR3 and execute from boot on power up.
I have tried putting the address that I wanted to execute from (0x80000000) in the linker file before compilation, outptting a .b binary file, then running that through the bToCCS converter, then through ccsAddGpHdr and ccsAddGptdlr. Afterwords, I placed the app into NOR memory by means of the NORwriter. After the app was sucessfully flashed, I would turn off an on the board and nothing would happen.
Where am I going wrong here? Is there a step that I am forgetting? Any help would be greatly appreciated.
Regards.