NHS3152

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

NHS3152

2,060 Views
HafizUsman
Contributor I

 

I already post a following discussion on NXP community regarding creating a new project for the measurement of resistance using NHS3152 board with MCUxpressolink prob.

https://community.nxp.com/t5/NFC/Measuring-Resistance-NHS3152/m-p/2059590/emcs_t/S2h8ZW1haWx8dG9waWN....

I am still stuck to build any new program. I tried following two programs. One is for voltage measurement and the second one is for resistance measurement. Everytime the error comes the  same even for any other program task. i.e

make[1]: *** [makefile:44: Battery Testing.axf] Error 1

make: *** [makefile:35: all] Error 2

 

For the solution, I reinstalled the MCUXpresso and changed the project name...... but for any type of program-task the same error comes.

 Note: I am attaching the files for (Resistance measurement code, Votage measurement code, the error that comes out and the screenshot of the system).

Regards,

HAFIZ

0 Kudos
Reply
1 Reply

2,011 Views
Daniel_Gutierrez
NXP Employee
NXP Employee

Hello @HafizUsman, Good Day!

Thank you very much for your interest in our products.

 

Based on the error log that you shared, it appears that the build process is failing to find some functions that are defined in the "ndeft2t.c" and "ndeft2t.h" files. In order to get past this error, you would need to create a link to said modules in your application project.

 

You may find a detailed description of that process in section 4.1.4 "Mods"' of the UM11153 document available in the ''SDK Folder/docs/UM11153''.

 

My best regards,
Daniel.

0 Kudos
Reply