-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibly wrong Reset_Handler in startup .s file ? #3
Comments
Sorry for formating - I wasn't expecting this after submiting my issue :/ |
You may be right. I experience a similar problem. After I program the chip (using OpenOCD) it runs just fine until I press the reset button. This causes it to freeze. But power cycling the board fixes the issue and then the reset button works as expected. Unfortunately I don't know what is the root cause or how to fix it. Any thoughts? |
Thanks for confirmation that you have similar symptoms. |
@MrSpock i have the same problem on STM32F0d (first reset after programming using OpenOCD makes board freeze, power off-on fixes it) and would like to know if you found a solution. |
Hallo. Have the same problem. MCU STM32F051C8. I try to use ST-Link on STM32VLDISCOVERY and STM32F4DISCOVERY boards. Help me please, Is any solutions? |
Hallo, colleagues. 2 days later I found the cause of the problem. BOOT0 was not pull down. |
Hello,
Please correct me if I'm wrong but what would happend after pushing reset BTN on STM32F0DISCOVERY board ?
I 'm assuming that program should be restarted and resume operation from start.
Insted of it after pressing RESET sample led blinking program stops working. In order to resume normal work I have to turn off/on power.
Here is gdb output when pushing reset button on board:
Program received signal SIGINT, Interrupt.
Reset_Handler () at Device/startup_stm32f0xx.s:71
Src window:
│70 Reset_Handler:
Is this normal behavior ?
The text was updated successfully, but these errors were encountered: