NHS3152

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

NHS3152

2,283 次查看
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 项奖励
回复
1 回复

2,234 次查看
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 项奖励
回复