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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
3,284 Views
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

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
1,233 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
1,234 Views
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 Kudos
Reply