I am currently using MC9S12C64. I need to download some table (const strings and const linked list) into flash. I need to generate seperate s19 files for code and the table. This would enable me to download the tables seperately without having to download the code part of it.
Is this possible using code warrior?
I have been able to compile a project with only the data in the required flash pages, But i am not able to confirm this from the S-records in the s19 file.
Is some documentation on s-record available which could explain this?