Hi Mohammad Ali Bahar
I checked your .s19 file. The burning address(7FC000...) included in this file is global address but not logical address.
Generally after a successful link, CW will generate two burning file. .s19(use logical address) and .glo(use global address) file. your .s19 file should be actually .glo file.
.s19 file uses logical address(Banked addresses). It is the 16bit address from 0-0xffff. The flash page info is from 0x8000 to 0xbfff.
The .glo uses 23bit global map. global address 0x7FFF00 is corresponding with the logical address 0xFF00.
In the case you only have global address .glo file, you can convert it to logical address (Banked addresses) with SRECCVTSW. you can find the SRECCVTSW in the application note for bootloader for S12Z AN12086SW.zip
Have a great day,
Jun Zhang
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------