Newbie on MC13193 EVK

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

Newbie on MC13193 EVK

Jump to solution
2,430 Views
magic
Contributor I
Hi all...
 
I am new to Freescale products. I am using MC13193 EVK. One of the product/software that I'm using is MEtrowerks Codewarrior Special Edition for HC(S)08 Special Edition.
 
I am trying to develop a new application on top of IEEE 802.15.4 by modifying the Switch Demo or evk_switch_demo.mcp. I have problems building or rather making the files into .s19 format so that I can use bootloader to flash the code into one of my SDKs.
 
I have no idea on how to make the files into .s19. Can anyone help? Is there any additional system files that I need to include? In my Linker_file folder, I have the following files included: Ptc.ach, Ptc_w_Embedded_Bootloader.ach, and Ptc_w_HCS08_Flash_Lib.ach. The embedded_bootloader .c and .h files are also included in the project.
 
Thank you
Labels (1)
Tags (1)
0 Kudos
1 Solution
747 Views
Nabla69
Contributor V
Hi Magic,
When you compile/link your project, CW usually creates files in the bin subfolder.
The file .sx can be renamed as .s19, it is the same format.
Alternatively, you can specify the output file name in the IDE linker options.
Cheers,
Alvin.

View solution in original post

0 Kudos
1 Reply
748 Views
Nabla69
Contributor V
Hi Magic,
When you compile/link your project, CW usually creates files in the bin subfolder.
The file .sx can be renamed as .s19, it is the same format.
Alternatively, you can specify the output file name in the IDE linker options.
Cheers,
Alvin.
0 Kudos