Hi Stan,
I have tested the debug configuration on the actual Hardware and it works (partially).
As far as I understand: S32DS create a .ELF file with the GCC Compiler, the flash.cmm skript is for the Lauterbach Debugger to transfer the executable file on the MPC5777C.
there are 3 configs for each project:
1. "..._Z7_0_Debug_Lauterbach" - trace32 starts and i can debug the program and see the source files.
The generated .ELF File is also executable with customized .cmm skripts out of trace32. So this case cover my needs.
2. "..._Z7_0_Release_Lauterbach" - the created .ELF File works too, but trace32 will not load the source files correctly: while debugging in Trace32 i can only see the ASM (assembler) sourcecode, i cant switch too Hll (High Level Language) correctly. Same problem with customized .cmm skripts where i tried to reload them.
Any Ideas how to fix this problem or is there no difference between debug and released files? (So i would just continue to use the debug config)
3. "..._Z7_0_Debug_RAM_Lauterbach" - this one use the ram.cmm script but trace32 can't find the correct .ELF file (not generated or wrong file path), so it doesn't work.
Thanks again for your help,
Florens