I'm attempting to program the S9S12G64F0CLF microcontroller using the PEMicro Cyclone. To do that, I want to create a single .sap file with the calibration, bootloader, and application files all in one. In the image creation tool, I have the software set as such:
CPU Manufacturer: NXP
Target Architecture: HC9(S)12(X)
Programming Sequence:
CM Freescale_9S12G64_1x16x32k_64k_Linear_Pflash.12P
EM
QO BOOTLOADER
PM
VM
CQ
QO APPLICATION
PM
VM
CQ
CM Freescale_9S12G64_1x16x1k_2k_EEPROM.12P
QO CALIBRATION
PM
VM
Ignore Address Range Check box checked.
Does this look like the correct way to create the .sap file?
Thank you.