STM32WB5MMG with ST25DV04 NFC
We want to use the X-cube-NFC4 3.0.0 library for programming the STM32WB5MMG with the ST25DV04 NFC tag. We included:
Board Part NFC (NFC4 / ST25DV)
Wireless lib_nfc with core and Interface (Template)
Board Support STM32Cube_Custom_BSP_Drivers (Custom / NFCTAG)
Mode is selected ( Board Part NFC and Wireless lib nfc the Board Support STM32Cube Custom BSP Drivers is not enabled because we have the TSSOP-8 case of the chip. So this is not supported.
In first compile the error happen
C:/_work/_CubeIDE/Repository/Packs/STMicroelectronics/X-CUBE-NFC4/3.0.0/Middlewares/ST/lib_nfc/lib_NDEF/Core/inc/lib_wrapper.h:26:10: fatal error: common.h: No such file or directory
26 | #include "common.h"
How can I fix this error.
