Using Keil 5 MDK, SystemInit is not called when running from RAM instead of flash. Is this expected? I'm using the STM32F board. The Blinky example has targets for both flash and RAM. If RAM is selected, it never hits my breakpoint set in SystemInit but it does when target is flash.
Thanks
The STM32F1 parts behave oddly when booting from RAM, do you hit a break point at ResetHandler?