Skip to main content
Visitor II
September 8, 2024
Solved

Interfacing STM32 Nucleo64 F401re With EM-18 reader module.

  • September 8, 2024
  • 1 reply
  • 835 views

I am recently trying to interface EM18 reader module with STM 32 with PA10 (RX) pin with UART1 for communication it seems to not working I am also trying to print it to serial monitor.


see attach rar file for code.

 


I am beginner so can any one help.

 

    This topic has been closed for replies.
    Best answer by KDJEM.1

    Hello @dhruv_singh_who and welcome to the Community,

     

    First, I apologize for my late reply.

    I recommend you to take a look at steps shared in this wiki Getting started with UART and get inspired.

    This article explains what is UART and how to use it through examples. In these examples USART1 is used ( PA9 for transmission (TX) and PA10 for reception (RX)).

     

    I hope this help you.

    Kaouthar

    1 reply

    KDJEM.1Answer
    Technical Moderator
    November 6, 2024

    Hello @dhruv_singh_who and welcome to the Community,

     

    First, I apologize for my late reply.

    I recommend you to take a look at steps shared in this wiki Getting started with UART and get inspired.

    This article explains what is UART and how to use it through examples. In these examples USART1 is used ( PA9 for transmission (TX) and PA10 for reception (RX)).

     

    I hope this help you.

    Kaouthar