Skip to main content
Visitor II
June 30, 2020
Solved

STMF446RE MCU reset issue in custom board

  • June 30, 2020
  • 2 replies
  • 1431 views

Hello All,

We are using STM32F446RE MCU on our custom board. We have attached the schematic for reset pin and we are able to see RESET pin is getting high or low but MCU reset is not observed in IDE.

We have added a breakpoint in Main() function. When we reset the board (HW reset or SW reset), the NUCLEO-F446RE board is getting resetted but not the custom board.

We have observed a high/low of NRST pin (pin 7) of MCU . Couldn't find what might be the issue.

Please help.

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

    NRST connection looks fine. Is your BOOT0 pin pulled down?

    2 replies

    TDKAnswer
    Super User
    June 30, 2020

    NRST connection looks fine. Is your BOOT0 pin pulled down?

    TH.16.336Author
    Visitor II
    July 2, 2020

    Hello TDK,

    Thanks for the suggestion.

    Yes that was the issue as BOOT0 was pulled high in our case.

    Super User
    June 30, 2020

    An what about all the ground an supply pins, including analog?

    JW