This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SystemInit not invoked when target is RAM

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