TI中文支持网
TI专业的中文技术问题搜集分享网站

CCS怎么同时生成hex、txt格式的烧录文件?

  大家好:

请问CCS_9.2.0怎么同时hex、txt格式的烧录文件?

单独的hex或者txt格式能够生成,能不能同时生成?

谢谢!

Kevin Qiu1:

hex可以直接生成,右键选中工程

user5760268:

回复 Kevin Qiu1:

您好!

HEX和TXT的生成已经实现了,只是需要每次切换。
我想实现的是编译一次可以同时生成HEX和TXT。

以下是我在CSDN找到的一篇文章,但是在CCS9上编译有warning
blog.csdn.net/…/30461675

谢谢

Kevin Qiu1:

回复 user5760268:

warning具体是什么,我在CCS10上测试没有发现问题

user5760268:

回复 Kevin Qiu1:

根据连接中文章设置后:

 warning: section

  MX_YYWSN_1310.out(.const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C)

  was padded by 2 to a size of 4 to satisfy the specified memory width of 4

warning: section

  MX_YYWSN_1310.out(.const:ti_sysbios_family_arm_cc26xx_TimestampProvider_useC

  lockTimer__C) at 01408h overlaps

  MX_YYWSN_1310.out(.const:ti_sysbios_family_arm_cc26xx_Timer_Module__id__C)

  (MX_YYWSN_1310.out(.const:ti_sysbios_family_arm_cc26xx_TimestampProvider_use

  ClockTimer__C) incomplete or skipped)

warning: section

  MX_YYWSN_1310.out(.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C) was

  padded by 2 to a size of 4 to satisfy the specified memory width of 4

warning: section

  MX_YYWSN_1310.out(.const:ti_sysbios_gates_GateHwi_Module__id__C) at 0140ch

  overlaps

  MX_YYWSN_1310.out(.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)

  (MX_YYWSN_1310.out(.const:ti_sysbios_gates_GateHwi_Module__id__C) incomplete

  or skipped)

warning: section

  MX_YYWSN_1310.out(.const:ti_sysbios_gates_GateMutex_Module__id__C) was

  padded by 2 to a size of 4 to satisfy the specified memory width of 4

warning: section

  MX_YYWSN_1310.out(.const:ti_sysbios_heaps_HeapMem_Module__id__C) at 01410h

  overlaps MX_YYWSN_1310.out(.const:ti_sysbios_gates_GateMutex_Module__id__C)

  (MX_YYWSN_1310.out(.const:ti_sysbios_heaps_HeapMem_Module__id__C) incomplete

  or skipped)

warning: section MX_YYWSN_1310.out(.const:ti_sysbios_knl_Task_initStackFlag__C)

  was padded by 2 to a size of 4 to satisfy the specified memory width of 4

warning: section MX_YYWSN_1310.out(.const:ti_sysbios_knl_Clock_tickMode__C) at

  01414h overlaps

  MX_YYWSN_1310.out(.const:ti_sysbios_knl_Task_initStackFlag__C)

  (MX_YYWSN_1310.out(.const:ti_sysbios_knl_Clock_tickMode__C) incomplete or

  skipped)

warning: section MX_YYWSN_1310.out(.const:xdc_runtime_Main_Module__id__C) was

  padded by 2 to a size of 4 to satisfy the specified memory width of 4

warning: section MX_YYWSN_1310.out(.const:xdc_runtime_Memory_Module__id__C) at

  0148ah overlaps MX_YYWSN_1310.out(.const:xdc_runtime_Main_Module__id__C)

  (MX_YYWSN_1310.out(.const:xdc_runtime_Memory_Module__id__C) incomplete or

  skipped)

warning: section MX_YYWSN_1310.out(.const:xdc_runtime_Text_charCnt__C) was

  padded by 2 to a size of 4 to satisfy the specified memory width of 4

warning: section MX_YYWSN_1310.out(.const:xdc_runtime_Text_isLoaded__C) at

  0148eh overlaps MX_YYWSN_1310.out(.const:xdc_runtime_Text_charCnt__C)

  (MX_YYWSN_1310.out(.const:xdc_runtime_Text_isLoaded__C) incomplete or

  skipped)

warning: section MX_YYWSN_1310.out(.const:xdc_runtime_Error_policy__C) was

  padded by 3 to a size of 4 to satisfy the specified memory width of 4

warning: section MX_YYWSN_1310.out(.revision) was padded by 2 to a size of 4 to

  satisfy the specified memory width of 4

warning: section MX_YYWSN_1310.out(.date) at 01cfe0h overlaps

  MX_YYWSN_1310.out(.revision) (MX_YYWSN_1310.out(.date) incomplete or

  skipped)

warning: section MX_YYWSN_1310.out(.date) was padded by 2 to a size of 12 to

  satisfy the specified memory width of 4

warning: section MX_YYWSN_1310.out(.time) was padded by 3 to a size of 12 to

  satisfy the specified memory width of 4

**** Build Finished ****

Kevin Qiu1:

回复 user5760268:

可能是两次hex引起的
e2e.ti.com/…/3483118

赞(0)
未经允许不得转载:TI中文支持网 » CCS怎么同时生成hex、txt格式的烧录文件?
分享到: 更多 (0)