I'm making RF+SAM+CCID reader with PN7462.
I start with sw368431 example DoorAccess, and add CCID code from PN7462AU_ex_phExCcid_mcux.
compiling OK
linking Error.
./src/phExCcid_UsbUser.o: in function `phExCcid_Usbd_CCID_Init':
phExCcid_UsbUser.c:222: undefined reference to `mwCCID_init'
mwCCID_init function is in mw_usbd_cciduser.c (The code is already in flash)
I added CCID folder to phExDoorAccess\mcux\DebugPN7462AU\PN7462AU\external\CCID from PN7462AU_ex_phExCcid_mcux, but the files look grayed in project explorer.
How can I link with flash code?
How can I remove grayed condition in project explorer?