Release candidate out of demo app S32K

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Release candidate out of demo app S32K

532 次查看
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 项奖励
1 回复

383 次查看
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 项奖励