s32 error starting process

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

s32 error starting process

1,319 Views
s_kim1
Contributor III

Hello,
I am a developer developing with S32K148.

I ended up using the S32K148 on a new project.

I have installed S32 Design Studio for ARM Version 2.2.
And, I tried to run the S32K148_Project_Hello sample code.

However, an error message occurred as shown in the picture below.

I think the part I set is wrong.

But I don't know what the problem is.

I set it up as pictured below.

Screenshot_36.pngScreenshot_37.pngScreenshot_38.png

Please point out the problem to me.

thanks,

Tags (2)
0 Kudos
3 Replies

1,314 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @s_kim1,

If you use PE Micro Multilink, you need to use the GDB PEMicro interface.

danielmartynek_0-1630411354963.png

Please go to Help / Install New Software

Select PE Micro Update side and install the interface

danielmartynek_1-1630411476612.png

 

Regards,

Daniel

0 Kudos

1,304 Views
s_kim1
Contributor III

I completed the installation, but the problem still occurs.

Please see the picture below.

First, right-click the project and run it as Debug As->S32DS C/C++ Application.

Screenshot_44.png

 

 

 

 

 

 

 

 

 

 

An error has occurred.

Screenshot_45.png

 

 

 

 

 

 

 

Second, I run Debug As->Debug Configurations..

Screenshot_46.png

 

 

 

 

 

 

 

 

 

 

 

And add Executable: ${cross_prefix}gdb${cross_suffix} and run

Screenshot_49.png

 

 

 

 

 

 

 

 

 

It runs fine.

Screenshot_48.png

 

 

 

 

 

 

 

After that, if I try the first method(right-click the project and run it as Debug As->S32DS C/C++ Application.), the same error occurs.

I'm repeating this behavior every time I run it.

It's too inconvenient.

If you additionally run As, an error occurs as shown in the picture below.

Screenshot_50.png

 

 

 

 

 

 

 

 

 

 

 

Screenshot_51.png

 

 

 

 

 

 

Please tell me how to run it as Debug As->S32DS C/C++ Application.

I used CodeWarrior for MCU Version: 11.1 in the past.

CodeWarrior for MCU Version: 11.1 was easy and comfortable to use.

However, the currently used S32 Design Studio for ARM Version: 2.2 is too inconvenient.

please help me.

thanks,

0 Kudos

1,282 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @s_kim1,

The S32DS C/C++ Application is not for the S32K MCUs, it is for .exe x86 application apparently.

Please use GDP PE Micro / GDP SEGGER for S32K1xx.

 

Regards,

Daniel

0 Kudos