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

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

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

Jump to solution
365 Views
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 Kudos
Reply
1 Solution
344 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
345 Views
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 Kudos
Reply
319 Views
SonuRaut
Contributor I

Hi @VaneB

It is acceptable to me. Thank you.

0 Kudos
Reply