Question about using st25dv16 and stm32
Hello, I am trying to use STM32g071rb to control ST25DV16 chip. I found out that we can use middleware X-CUBE-NFC4 to code on stm32cubeIDE better. Question 1 is that when l tried to use I2C1 to connect with ST25DV16, l found out that I2C1 will no longer be automatically initialized in the code, and l wondered why. The second question is that after l configured X-CUBE-NFC4, why won't it initialize in the code as well and l can't initialize it myself because when it tries to do ST25DV_ReadReg() in ST25DV_Init(), the debugger will jump to HardFault_Handler(). The pictures below are my configurations. Thanks.


