User Activity

We use STM32F103C8T6 as the main control chip, ST25DV64KC to do the slave and ST25R3911B NFC communication project process, we found that we are very confused about the initialization of ANT7-T-ST25DV64KC, we have been initializing failure in the pro...
我目前正在从事一个需要使用 STM32F103C8T6 微控制器和标准库进行代码编写的项目。在此过程中,我遇到了 ANT7-T-ST25DV64KC 芯片初始化的问题,一直卡在“while (!I2C_CheckEvent(I2C2, I2C_EVENT_MASTER_MODE_SELECT));在此步骤中,我还对读取 I2C_SS0_Dyn 数据感到困惑。读出的数据永远是我在 read 函数中写的 slave 地址,有时读出的数据会增加 1。这是我的代码 无效 ST25DV_Init(void...