I'm connecting F28069 controlCARD to CCS v5.0 in debug mode via emulator. I find that the controlCARD invokes _c_int00 both with FLASH-BOOT (EMuBMode 0x000B) and RAM_BOOT (EMuBMode 0x000A) options (selected via the script menu). I confirmed the memory contents in the memory browser. My cmd file is set up to place the "codestart" section in the M0 SARAM location, however the program still finds and runs codestart with the FLASH-BOOT setting. Does the emulator somehow disregard the boot setting when calling _c_int00?