Tool/software: TI C/C++ Compiler
After reading the documentation I am not sure how the bin file is generated with ARM CGT compiler.
Is the source file the *.elf or the *.hex file? It seems to work with both, or at lestI get for both version similar bin file:
- C:\ti\ccs910\ccs\utils\tiobj2bin\tiobj2bin.bat out.elf out.bin C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS\bin\armofd.exe C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS\bin\armhex.exe C:\ti\ccs910\ccs\utils\tiobj2bin\mkhex4bin.exe
- C:\ti\ccs910\ccs\utils\tiobj2bin\tiobj2bin.bat out.hex out.bin C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS\bin\armofd.exe C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS\bin\armhex.exe C:\ti\ccs910\ccs\utils\tiobj2bin\mkhex4bin.exe
Are both versions okay to use and correct?
Best regards,
Stefan