Hi @SY_Kuo
1. According to the document CLRC663ARD board quickstart guide, the interface is selected to SPI, isn't it?
Yes, clarifying further , the default interface is SPI as stated in the guide. So, for a brand new board, you do not need to solder any resistors to use SPI.
2. From the lpcxpresso55s69_BasicDiscoveryLoop_CLEV6630b.zip, it was fixed to use the SPI interface to control the NFC reader, isn't it? Should I do further definition to select the SPI?
Correct , the example is fixed to use SPI.
3 I've referred your recommendation 1 to verify. It did blocked in CHECK_STATUS(status).
Ok, this seems to tell us that the module it is not communicating with the host LPC55.
You can check with a logic analyzer the SPI frame to diagnostic communication.
Check further, in the function phhalHw_Rc663_Cmd_Lpcd_GetConfig() and see if the program gets stuck there while doing SPI comminication.
Try perform a POR on CLRC663 and your EVB and test again.
4. Could you load the hello_v3.zip into your local IDE to check for me?
I have taken a quick look at your porting , however , I have not found anything out of place.
Diego