S32 Design studio Processer Expert

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32 Design studio Processer Expert

1,617 Views
terry_liu1
Contributor II

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!

0 Kudos
8 Replies

1,137 Views
BlackNight
NXP Employee
NXP Employee

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

0 Kudos

1,137 Views
terry_liu1
Contributor II

Thanks for your reply!

1.  The ProcessorExpert.pe have a slash on it. 

PE.png

2. This is  the picture in my PC.

pin_mux.png

 

and This is picture from vedio:

Pin_mux_vedio.png

It's strange that they are different.

0 Kudos

1,137 Views
mikedoidge
NXP Employee
NXP Employee

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

0 Kudos

1,137 Views
BlackNight
NXP Employee
NXP Employee

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

1,137 Views
terry_liu1
Contributor II

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.   

AddPe.png

Best Regards,

Terry.

0 Kudos

1,137 Views
mikedoidge
NXP Employee
NXP Employee

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

0 Kudos

1,137 Views
terry_liu1
Contributor II

Hi Mike,

   Thanks!

   I can understand the RAM and Flash, but how about the release? 

Best Regards,

Terry.

0 Kudos

1,137 Views
jiri_kral
NXP Employee
NXP Employee

Hi Terry, 

the release target is for flash and doesn't contain debug information. 

Jiri