Hi,
Because the MC56F800EX only adds the 32bit*32bit =64 bits operation instructions, which is independent part, so there is not dedicated compiler for 56800EX core, the compiler is based on 56800E core.
If you want to tell the compiler to use DSP56800EX core, you can use the compiler option:
7.5.11 -V3
Generates an elf file for 56800EX digital signal controller.
Syntax
-V3
For detailed information, pls refer to above section in MCU_DSC_Compiler.pdf from the directory if you have installed CodeWarrior for MCU ver
.......\CW MCU v11.1\MCU\Help\PDF
Hope it can help you
BR
XiangJun Rong