How can I load 2 S19 files in order to program MC9S12XEG128MAA?

When loading S file to the programmer buffer, the user needs to select ‘Motorola’ file type and set the file address as the starting address of the first S file data record.

For example, the first S data recode is shown as
S2240DE000FE86CF3F10CE205AED31EEC12719A6342A021A02856027F434B764A31EEE1C18A1

You need to set the file address as 0DE000 in File type window. Buffer address is the starting location you want to load the data.

When loading S19 file, we need to select file type “Motorola”.

For example, You can load your S19 file with S2 data records loaded first by setting the buffer address as 10000H and file address as 3C8000.
Then load your S1 data records with the default buffer and file address as 0000.

Please follow the steps below and refer to the attached instruction with screenshots for details.
1) Select MC9S12XEG128MAA
2) Click buffer and disable “buffer clear on data load”.
3) Load your S file P&E_Multilink_CyclonePro.abs.s19 by setting the buffer address as 10000H and file address as 3C8000. This step will load all S2 record data in the file to buffer starting from address 10000H.
4) Load your S file P&E_Multilink_CyclonePro.abs.s19 by setting the buffer address as 10000H and file address as 0000. This step will load all S1 record data in the file to buffer. The first S1 record starts from address C000H.
5) Save it as a project file to load to CF cards. xeltek test.prj includes all the data in the buffer.

Was this answer helpful ? Yes (0) / No (0)