Where can I get Indepent and Clean NFC lib for MAC STM32CubeIDE?
I have a device (base on STM32F030C8). Which use I2C to connect ESP32. we think maybe NFC is suit to it (for simple version) . So I buy a ST25DV_Discovery board to study how to import it.(It's NFC board also use I2C)
Use a ST25DV_DIscovery board.
Use STM32CubeIDE
When I create a new project, I try to copy and add link lib_nfc in middlewares from ST25DV sample to my project. After file added to my project and build all.
There are so many error happen.
Common.h error, It's OK, I create minie from ST25DV sample.
In lib_95HF_wrapper.c so many error and undefined structure inside (DeviceMode_t, TagType_t). I remove it from lib
lib_NDEF_config.c include nfc04a1_nfctag.h, I can't find it anywhere.
Maybe i need is just a simple nfc lib . I try search nfc lib in ST. There are so many project base on some board. Where can I found some simple and board independent which communicate with ST25DV_Discovery_ANT_C5 board by I2C message?
