How to migrate project NFC5 v1.3 polling from STM43F401 to STM32F072?
I generated a new cube project, included everything what nfc reader needed(like the sample project for 401), I modified the platform.h, the SPI is working, but its a bit confusing, because if I use HSI the reading is freezing in demoPollNFCA() - without any card. If I use the 072 with 48Mhz HSI the polling works fine but if i put a card in front of the reader I get a hardfault ISR..
So the ST25 init succeeded, the SPI and the interrupts are working. Maybe there is some problem with timings, (like NFC's GP or SW IT..)
