Skip to main content
SOsen.1
Associate
March 1, 2021
Question

STM32F103 USART3 RX problem not triggering interrupt while data comes to pin

  • March 1, 2021
  • 1 reply
  • 774 views

Hello,

I work on the STM32f103.

For the project I need to comunicate through USART but here is the problem;

I can transmit everything to my computer but whenever my PC replies back, nothing happens.

Rx interrupt has been enabled but I'm never going into the interrupt routine.

Has anyone already been facing this kind of problem?

This topic has been closed for replies.

1 reply

KnarfB
Super User
March 1, 2021

Hard to tell if you don't show relevant code.