1881 views|0 replies

6609

Posts

0

Resources
The OP
 

How to convert OUT files into HEX in C6455 of C6000 series [Copy link]

Convert OUT file to HEX file To convert OUT file to HEX file, TI provides hex6x conversion tool. Hex6x tool is located in D:/TexasInstrument/CCStudio_v3.3/C6000/cgtools/bin directory. You can add this directory to the environment variable PATH for command calling. Hex6x can receive a CMD file input. For more information about HEX6X tool usage, see TMS320C6000 Assembly Language Tools. The content of the post_hex.cmd file is: debug/post.out -a -memwidth 8 -map post_hex.map -boot -bootorg 0xB0000400 -bootsection .boot_load 0xB0000000 ROMS { FLASH: org = 0xB0000000, len = 0x80000, romwidth = 8, files = {post.hex} } Copy the code and execute the command: hex6x post_hex.cmd to convert the OUT file into a HEX file.
This post is from Microcontroller MCU
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list