-
Notifications
You must be signed in to change notification settings - Fork 1k
__libc_init_array fails on STm32H750XBH6 #2551
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
Comments
Hi @thisdp |
VBTx IBKx can work, I haven't tested others, but I am sure XBHx can not work. |
This is what I said if you used the linker script of the VB with the HB it will work. |
I mean that I am not sure if other chips/part numbers have the same problem, since I found XBHx is broken. |
Arduino IDE 2.3.3
STM32H750XBH6
STM32 MCU Based Boards 2.8.1
An empty sketch is compiled with only setup and loop.
in startup_stm32h750xbhx.s
running "bl __libc_init_array" causes WWDG_Handler before entering "main".
Program compiled using CubeIDE works fine. "main" can be called.
Program compiled using Arduino but part number in VBTx works fine on STM32H750XBH6. "main" can be called.
The text was updated successfully, but these errors were encountered: