tag reading with the NFC X-NUCLEO-NFC08A1 extension connected to an STM32L073RZ.
Hello,
Tag reading was working perfectly on my previous setup.
I now want to migrate my project from an STM32G0B1RE to an STM32L073RZ. Since the Arduino UNO R3 physical pinout standard is respected, the X-NUCLEO-NFC08A1 shield (which uses SPI, IRQ, LEDs, etc.) remains pin-compatible across different STM32 Nucleo boards (G0, L0, L4, etc.), as long as they follow the UNO R3 layout.
So, I created a new project in STM32CubeMX targeting the STM32L073RZ, and reused the configuration from my working G0-based project.
Current status:
Initially, execution would stop inside `demoCycle()`, initialization was successful (I could see `Initialization succeeded` in the UART), but no tags could be read.
After fixing the IRQ setup, execution no longer reaches `demoCycle()`, it now stops at the call to `MX_X_CUBE_NFC6_Init()`.
Any idea what could be preventing `rfalNfcInitialize()` from completing correctly on the STM32L073RZ?
Thanks in advance!
