S32K3 SCST integrated error

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

S32K3 SCST integrated error

Jump to solution
283 Views
simonliu
Contributor III

SCST lib integrated,m7_scst_test.h 报错. 

IDE使用S32DS 3.6.3

error1.png

IDE信息

IDE.png

但同样的SCST程序,使用S32DS3.5.1就不会报这个故障。

error2.pngIDE2.png

 

 

Tags (1)
0 Kudos
Reply
1 Solution
181 Views
RadoslavB
NXP Employee
NXP Employee

Hello @simonliu 

seems that you incorrectly include m7_scst_tests.h from main.c
this header is supposed to be included only internally within SCST files.

Only SCST file included from main.c shall be: #include "m7_scst_test_shell.h"

Kind Regards,
Radoslav

View solution in original post

0 Kudos
Reply
1 Reply
182 Views
RadoslavB
NXP Employee
NXP Employee

Hello @simonliu 

seems that you incorrectly include m7_scst_tests.h from main.c
this header is supposed to be included only internally within SCST files.

Only SCST file included from main.c shall be: #include "m7_scst_test_shell.h"

Kind Regards,
Radoslav

0 Kudos
Reply