Release candidate out of demo app S32K

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

Release candidate out of demo app S32K

524 Views
nishantsood
Contributor III

I'm working with a couple of demo apps provided by the S32K SDK version 0.8.6 EAR and I have got them to work in debug mode but no matter how I create the release configuration I cannot get the micro to run code in standalone mode that is just by powering the board! 

Kindly, please, share the procedure to create a release candidate based on a demo app!

Thank you!

0 Kudos
1 Reply

375 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

typically SDK examples doesn't have Release configuration - only Debug RAM and Debug Flash. If you need release version - you can set debug level NONE for Debug Flash target (right click on project name -> Properties -> C/C++ Build -> Settings -> Debugging
pastedImage_1.png

Flash this elf into EVB and press reset button on EVB. App should be running without any interaction with S32DS. 

Jiri

0 Kudos