This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

手机通过NFC读写RF430CL330HPW正常,RF430CL330HPW 读NFC卡无反应



手机读写RF430CL330HPW正常,RF430CL330HPW 读卡无反应,通过监控中断和状态寄存器,

发现没有任何变化. 

初始化代码如下:

Write_NFC(0xFFFE, 1);

NFC_Delay_100uS(10000);

Write_NFC(0xFFE0, 0x004E);
Write_NFC(0xFFFE, 0x0080);
Write_NFC(0x2A98, 0x0650);
//Write_NFC(0x2AA4, 0x00C4);
Write_NFC(0x2814, 0x0);
Write_NFC(0xFFE0, 0x0);

RD_All_Register_NFC();

Write_NFC_Continuous(0, NDEF_Write_Data, sizeof(NDEF_Write_Data));

NFC_Delay_100uS(10000);

Write_NFC(COMM_WD_CTRL_REG, 0x1);

//EN Interrupter
Write_NFC(INT_ENABLE_REG, 0xFE);
//RF-EN
Write_NFC(CONTROL_REG, 0x3E);