I'm attempting to learn the NXP NFC RD Lib. I have a CLEV663B version 3.0 board and LPCXpresso1769 evaluation kit.
I'm finding it very difficult to figure out the lib so I'm trying to step things through using the example apps with the LPCXpresso v8.2.2_650 IDE.
I doubt anyone can access this link but I'm using lib v5.12.00 https://nxp.flexnetoperations.com/control/frse/download?element=9739397 .
This doesn't build out of the box. I'm following the instructions in AN11211. The error I get is below.
Thoughts? What am I doing wrong?
/bin/sh: Heap:Default: command not found
/bin/sh: Post: command not found
Memory region Used Size Region Size %age Used
MFlash512: 40 B 512 KB 0.01%
RamLoc32: 0 GB 32 KB 0.00%
RamAHB32: 0 GB 32 KB 0.00%
c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000
/bin/sh: Default: command not found
/bin/sh: Stack:Default: command not found
/bin/sh: End: command not found
/bin/sh: Default: command not found
make: *** [NfcrdlibEx1_BasicDiscoveryLoop.axf] Error 127
Hello,
The board you are using it's not recommended for new designs, I recommend you to use the OM26630 | CLRC663 plus NFC Development Kit|NXP which it's the one we recommend.
Best Regards,
Estephania
Where can I find working examples of projects for CLEV6630B ?
I'm trying to compile latest Nfc Library in Xpresso, but I'm facing similar issue.