cmsis_device_h7 icon indicating copy to clipboard operation
cmsis_device_h7 copied to clipboard

Reset_Handler resets variables set by SystemInit()

Open cpq opened this issue 1 year ago • 0 comments

The very detailed report was done for https://github.com/STMicroelectronics/cmsis_device_l4/issues/2 This issue is not present on some lines, e.g. F4. And present on the majority of others, like L4, G0, H7, etc. Please fix the order of initialisation - data/bss section first, then SystemInit(), second.

cpq avatar Jan 25 '24 10:01 cpq