Hello:
I tried Filip instructions and it worked ok for me :smileycheck: (just with a warning about the use of "main" word, but I guess that is normal).
Did you save the file after editing?
If you do not see the components, from the CodeWarrior projects view right click on the respective ProcessorExpert.pe and select Open With -> Processor Expert.
:smileyalert: IMPORTANT: Once you follow the steps and generate code, you have two files:
- main.c: This is the newly generated file, but does not contain any custom application code, you need to copy your own code from "ProcessorExpert.c"
- Processor Expert.c : This is the original file, which contains any code you had previously added. Copy the code to "main.c" and delete this file, or you will get a multiple main function definition error.
Hope this helps!
/Jorge Gonzalez