Dears,
I create a project follow the video example Blinking LED Recreate Example v2 , and two questions:
1. The ProcessorExpert.pe have a slash on it. What is mean for slash?
2.The Component pin_mux is different with the video. I don't know why.
Wish for your help!
Thanks!
Could you post an image of what you mean/see?
But I think you mean the 'exclude from build' icon decorator.
Have a look at Icon and Label Decorators in Eclipse | MCU on Eclipse which explains the different decorators used in Eclipse.
I hope this helps,
Erich
Thanks for your reply!
1. The ProcessorExpert.pe have a slash on it.
2. This is the picture in my PC.
and This is picture from vedio:
It's strange that they are different.
Hello,
The difference you see between your PC and the video is likely due to the differences in the version of the S32 SDK which was used. The current S32 SDK available for the S32K144 has been updated since the video was recorded. The video will not likely be updated unless there are significant changes in the SDK or IDE which cause it to not be useful.
If you find any content or videos which are no longer useful due to changes in the tools, please inform us so that we might get them updated.
Best Regards,
Mike
it means that they are excluded from the build (which makes sense). This is optional, as the managed make build driver will not use *.pe files for the normal build process.
Erich
Hi Erich,
Thanks!
Sorry for so many questions. I am fresh man for S32 DS.
I try to add PE to build, see follow picture, but it is failed. I also don't understand the difference among the Debug, Release and Debug RAM.
Best Regards,
Terry.
Hello Terry Liu,
To answer your questions on Build types. please see the answers already provided in the following threads:
https://community.nxp.com/message/1017854
What is the difference between Debug RAM and Debug Flash?
Hope it helps,
Mike
Hi Mike,
Thanks!
I can understand the RAM and Flash, but how about the release?
Best Regards,
Terry.
Hi Terry,
the release target is for flash and doesn't contain debug information.
Jiri