Skip to main content
Gchri.0
Visitor II
August 3, 2019
Solved

hi there, need the c code to use UART protocol on X-NUCLEO-NFC03A1 RFID Reader with the STM32MP157-dk1 develeopment board

  • August 3, 2019
  • 1 reply
  • 836 views

..

This topic has been closed for replies.
Best answer by Brian TIDAL

Hi,

as of today, there is no port of the ST25R95/CR95HF on STM32MP1xx. Anyway there is an existing non-official port on Linux for Raspberry Pi that might be used for porting on STM32MP1xx. See CR95HF - Linux RFAL demo.

Note: the communication protocol in the CR95HF - Linux RFAL demo is SPI. I would personally recommend to use SPI rather than UART.

Rgds

BT

1 reply

Brian TIDAL
Brian TIDALBest answer
ST Technical Moderator
August 6, 2019

Hi,

as of today, there is no port of the ST25R95/CR95HF on STM32MP1xx. Anyway there is an existing non-official port on Linux for Raspberry Pi that might be used for porting on STM32MP1xx. See CR95HF - Linux RFAL demo.

Note: the communication protocol in the CR95HF - Linux RFAL demo is SPI. I would personally recommend to use SPI rather than UART.

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.