STM32L433R : unable to find __iar_program_start
Posted on September 01, 2017 at 07:35Hi,I am trying to figure out the initialization sequence for STM32L433R. In startup_stm32l433xx.s: i see that the vector table first initializes the current stack pointer.After that it runs Reset_Handler. The Re...