Can't make ST25R95 example to work in my MCU
Hello guys
I'm using the STM32F070CB MCU in a custom board connecting SPI pins and IRQ pins to the MCU and trying to scan for NFC devices. We've tested the board and the ST25R95 with std32duino libraries and we could make it work, but we needed to see UIDs and we could'nt read it in Arduino IDE and changed platform to use STM32CubeIDE.
We have some errors when calling initialize functions, rfalInitialize does return error in st25r95Initialize() (ERR_SYSTEM). IRQ_I and NSS pins have correct signals but I think we're missing something on the configuration.
We think it could have something about USART3, because it shares CTS/RTS and SCK/MISO pins from SPI2, but we couldn't figure it out.
Thanks in advance
Arthur Käfer
