S32K396: (S32 DS IDE) Debugger is not getting connected

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

S32K396: (S32 DS IDE) Debugger is not getting connected

跳至解决方案
376 次查看
SonuRaut
Contributor I

After receiving the evaluation board, we executed the following steps:

  1. Connected the evaluation board with a power supply. Configured the jumper as:

SonuRaut_0-1751277669323.png

 

  1. We have used the example code for LED blinking provided at :-

 

SonuRaut_1-1751277669347.jpeg

 

 

  1. We checked the LED (D35) was blinking.
  2. We changed startup_cm7.s file (Port_Example_S32K396\Project_Settings\Startup_Code\startup_cm7.s)
  • We changed value of CM7_0_ENABLE to 0 and value of CM7_2_ENABLE to 1

 

#define CM7_0_ENABLE                (0)

#ifndef CM7_1_ENABLE

    #define CM7_1_ENABLE            (0)

#endif

#ifndef CM7_2_ENABLE

    #define CM7_2_ENABLE            (1)

#endif

#ifndef CM7_3_ENABLE

    #define CM7_3_ENABLE            (0)

 

  • Again, we reversed it to default values. (CM7_0_ENABLE to 1 and value of CM7_2_ENABLE to 0)

#define CM7_0_ENABLE                (1)

#ifndef CM7_1_ENABLE

    #define CM7_1_ENABLE            (0)

#endif

#ifndef CM7_2_ENABLE

    #define CM7_2_ENABLE            (0)

#endif

#ifndef CM7_3_ENABLE

    #define CM7_3_ENABLE            (0)

  • We are not able to connect to the debugger and flash the project.
0 项奖励
回复
1 解答
355 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @SonuRaut 

I have sent you an email through your support ticket with more detailed information regarding this issue.

If you agree to continue the support through that channel, feel free to mark this thread as resolved. Otherwise, I am happy to continue assisting you here as well.

 

BR, VaneB

在原帖中查看解决方案

0 项奖励
回复
2 回复数
356 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @SonuRaut 

I have sent you an email through your support ticket with more detailed information regarding this issue.

If you agree to continue the support through that channel, feel free to mark this thread as resolved. Otherwise, I am happy to continue assisting you here as well.

 

BR, VaneB

0 项奖励
回复
330 次查看
SonuRaut
Contributor I

Hi @VaneB

It is acceptable to me. Thank you.

0 项奖励
回复