Hi ,
I am using tms320dm365 custom board with ccs v3.3. I am using the XDS510 USB emulator from spectrum digital for debugging and loading the code to target. I tried editing the boot load code (done some changes in uart0, pll1, pll2 init functions). I am using ubl and uboot as boot loaders for my board. To load the code to NOR Flash, i tried generating the bin file from the .out file of css using hex470.exe with the below command in command prompt:
hex470.exe UBL2BIN.cmd -o=UBL_DM365_NOR.bin NORWriter.out.
In command prompt on execution of above command , the following is seen and the .bin file got created.
F:\DM365_TO_DM368\correct\board_utilities\flash_utils\DM36x\CCS\UBL>hex470.exe
UBL2BIN.cmd -o=UBL_DM365_NOR.bin NORWriter.out.
Translating to Binary format...
"NORWriter.out." ==> .text
warning: section NORWriter.out.(.text) at 08e000000h falls in unconfigured
memory (skipped)
"NORWriter.out." ==> .const
warning: section NORWriter.out.(.const) at 08e0194c8h falls in unconfigured
memory (skipped)
"NORWriter.out." ==> .cinit
warning: section NORWriter.out.(.cinit) at 08e019908h falls in unconfigured
memory (skipped)
Surprisingly the bin file generated is containing null data (all zeros.). Can any one tell me what went wrong. how to solve this and create a successful bin file.
Thanks in advance,
Kiran.