Skip to main content
Visitor II
August 20, 2019
Solved

Porting of RFAL Library to STM32F051

  • August 20, 2019
  • 1 reply
  • 893 views

Hi

I am using the ​NFC5 V1.3.0 for the STM32L053R8-Nucleo as an example to port the RFAL library for using with either a STM32F051 or STM32G071.

I replaced the Systick/NVIC/EXTI/GPIO/SPI Hal and everything seems to work, except that when I want to read out the UID of the used tag NFCV-15693 only 5 Bytes are read from the FIFO. On the Nucleo-Board the detection works fine.

Do you have any idea where my problem is?

Attached is the SPI communication with the not working MCU.

Thanks in advance.

Best regards

Patrick

    This topic has been closed for replies.
    Best answer by PSchm

    ​I fixed the problem which was related to the SysTick Timer.

    Best regards,

    Patrick

    1 reply

    PSchmAuthorAnswer
    Visitor II
    August 20, 2019

    ​I fixed the problem which was related to the SysTick Timer.

    Best regards,

    Patrick