Using a known working project created by STM32CubeIDE for the F767ZI, I'm incorporating the NFC06A1 demo. When run, it fails to initialise RFAL. The problem appears when I execute demoIni(). It calls rfalNfcInitialize(), which calls rfalInitializ...
Thanks both for the replies.Unfortunately these are not usual circumstances. I'm at home in lockdown so I don't have access to test equipment and electronics engineers, so I'm pretty much reliant on code tracing/analysis, and observations from runni...
The hardware is two Nucleo boards, the STM32F767ZI and the X_NUCLEO_NFC06A1. I have the source - I am using 2 working source project demos provided by STM. All compiles (finally) and runs but when debugging I see the request for the 3916 ID fails....