S32K116 BLDC/PMSM Motor control kit bring up

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

S32K116 BLDC/PMSM Motor control kit bring up

76 Views
HariRam_111
Contributor II

Hello,

I am currently trying to bring up the S32K116 BLDC/PMSM Motor control kit.

While trying to flash an existing program, I get the following error message.

I am not sure why I get this error. Also there seems to be a 'red cross' on the folder name in the project explorer tab.

Any help would be appreciated.

HariRam_111_0-1718898660001.png

 

0 Kudos
1 Reply

63 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @HariRam_111 

Before running the example code some modifications have to be made to the project properties. Please make the listed changes in the project properties:
  • C-C++ Build > Settings > Standad S32DS C Compiler > Includes > Change the path of AMMCLIB to "C:\NXP\AMMCLIB\S32K11x_AMMCLIB_v1.1.36\include" 
  • C-C++ Build > Settings > Standad S32DS C Linker > Libraries > Change the path of AMMCLIB.a to "C:\NXP\AMMCLIB\S32K11x_AMMCLIB_v1.1.36\lib\s32ds_arm32" 
  • C-C++ Build > Settings > Standad S32DS Assembler > General > Change the path of AMMCLIB to "C:\NXP\AMMCLIB\S32K11x_AMMCLIB_v1.1.36\include"

For all the previous changes the path might vary depending location where you have installed AMMCLIB and the version you have installed. 

 
B.R.
VaneB
0 Kudos