Hi !
I work on an old project on the microcontroller MKL03Z16VFK4, with a multilink universal.
With Codewarrior, the project is without any error, i have the extension .elf and .hex, and , when i compile the project into the card, i don't have any error message, the compilation did well, programm succeed, but, on the card, the program doesn't work.
Here you could just say "your program doesn't work" or "problem of stack pointer", but , the creator of the project let 2 versions of the program : codewarrior and Ewarm, and when i compile with Ewarm the SAME PROGRAM (normally),it actually works.
Even when i compile the .hex file i got with codewarrior on Ewarm, it doesn't work ! (the .hex file i generated with codewarrior seems a bit different from the .hex i got with Ewarm).
So right now, i'm blocked, the projects are supposed to be the same, and i don't know how to go from a codewarrior project to Ewarm.
Can someone help me? Thanks for reading me !