HC08: Merging two S19 files to generate one S19 Factory Load

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

HC08: Merging two S19 files to generate one S19 Factory Load

跳至解决方案
3,283 次查看
alex_spotw
Contributor III
Hi,

I am using Code Warrior 3.1 to generate 2 projects on a MC9S08GB60.

Project 1: Bootloader
Project 2: Main Application

I am manually merging the 2 projects by copying the bootloader S19 file at the end of the main application S19 file.
I then use a Cyclone Pro to install the merged application.


Question:

1. How can I merge the 2 applications S19 File automatically using Code Warrior?

2. I would also like to have a build option to specify if I want to merge the 2 projects.

Thanks

Alex

Message Edited by CrasyCat on 2007-04-13 02:15 PM

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,232 次查看
CrasyCat
Specialist III
Hello
 
You can add content of an existing S record file to your HC08 application using the HEXFILE command in your linker file.
 
Please refer to your Build Tools utility manual for more info on that command.
 
CrasyCat

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,233 次查看
CrasyCat
Specialist III
Hello
 
You can add content of an existing S record file to your HC08 application using the HEXFILE command in your linker file.
 
Please refer to your Build Tools utility manual for more info on that command.
 
CrasyCat
0 项奖励
回复