cancel
Showing results for 
Search instead for 
Did you mean: 

what are the procedures followed replacing STM32F401RE IC with same IC in NUCLEO board ? In terms of boot loader.

Jeflet
Associate II

I am using NUCLEO-64 stm32f401 and had to replace the IC with a new one of the same type since the old one got damaged. After soldering the new IC I downloaded my l test code(LED Blinking) but the debugger stopped in HARDFAULT_HANDLER. None of my GPIOs are working. Should I should download a new boot loader or is it already built in to it. What are the procedures I should follow to make my Nucleo-Board working. Is there any material available which can help me through the procedure. Please excuse me , as I just started learning the board. Thank you in Advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

There is nothing specific to prepare, you can easily replace the target STM32 on a given NUCLEO by the same device.

You could try to flash the original firmware to the NUCLEO-F401RE, I've attached it zipped for your convinience. In case you are using Windows: just connect the board, find the mass storage drive letter the NUCLEO creates and drag'n'drop the bin file. The NUCLEO should start blinking the LED.

When your question is answered, please close this topic by choosing Select as Best.

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

There is nothing specific to prepare, you can easily replace the target STM32 on a given NUCLEO by the same device.

You could try to flash the original firmware to the NUCLEO-F401RE, I've attached it zipped for your convinience. In case you are using Windows: just connect the board, find the mass storage drive letter the NUCLEO creates and drag'n'drop the bin file. The NUCLEO should start blinking the LED.

When your question is answered, please close this topic by choosing Select as Best.

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Jeflet
Associate II

Thank you Peter !