Page 1 of 1

S32k148 EVB Examples not working , Flashing with WinIdea

Posted: Sat Mar 27, 2021 6:28 pm
by soumilfm@gmail.com
Hello I tried flashing S32k148 Full resource and Task LED example elf files as well as srec files generated by Erika3 . Unfortunately I don't see any code running in Dissassembly as well as no LEDs flashing on the board. I am flashing through the 20 pin Trace port with WinIDea . Other NXP code from S32 Studio is flashed successfully without any Problem and running. I am compiling code with 0.8.4 EAR.
Are there any settings to be changed in OIL file or hal.c for flashing with WinIDEA through trace port . (ON board PE micro is not functioning due to opensda bugs and is anyways not to be used) ?

Re: S32k148 EVB Examples not working , Flashing with WinIdea

Posted: Mon Mar 29, 2021 10:20 am
by soumilfm@gmail.com
Sorry
The Problem is solved.
I didn't change OIL parameters
EXECUTE_FROM_RAM = FALSE;
which by default in example codes is TRUE.
Another point :
The ORTI file generated by erika is not parsed by winidea. Should be changed manually .


Regards
Soumil