2020-06-30 03:46 AM
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.
Solved! Go to Solution.
2020-06-30 06:08 AM
NRST connection looks fine. Is your BOOT0 pin pulled down?
2020-06-30 06:08 AM
NRST connection looks fine. Is your BOOT0 pin pulled down?
2020-06-30 08:21 AM
An what about all the ground an supply pins, including analog?
JW
2020-07-02 12:17 AM
Hello TDK,
Thanks for the suggestion.
Yes that was the issue as BOOT0 was pulled high in our case.