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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
373件の閲覧回数
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 解決策
352件の閲覧回数
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 返答(返信)
353件の閲覧回数
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 件の賞賛
返信
327件の閲覧回数
SonuRaut
Contributor I

Hi @VaneB

It is acceptable to me. Thank you.

0 件の賞賛
返信