Skip to main content
Visitor II
February 6, 2025
Question

STM32F4 About the series

  • February 6, 2025
  • 1 reply
  • 1977 views

Edit by ST Moderator: This post has been translated from Japanese to comply with the ST Community Terms and Conditions (§10.2).

The question is about the interrupt processing of the STM32F401RE.

After the STM32 was started (after the programme was started), external data was sent and data was received by PC6. At that time, it was confirmed that interrupts were generated and external data could be received.

On the other hand, do you know why interrupts do not occur when the STM32 is started (programme start) when external data is in the transmission state (state in which data is constantly being transmitted)?

Or is it a procedure that was not envisaged at the design stage?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    February 6, 2025

    Hello,

    Your question is not clear. What kind of interrupt are you using? EXTI? UART? other? 

    Also need to share your code and provide more details about the issue as the issue is not clear.