SPI write and reading from PN532 using HAL not working
I am working on a project to communicate with PN532 nfc reader.The reader work just fine with arduino code using SPI.Below is the library I used to read and write data from PN532https://github.com/adafruit/Adafruit-PN532Now I switched to stm32 board ...