HardFault inside System Init - STM32L151CBUxA
I am trying to run a code that's built using STM32L1x_Peripheral Libs for STM32L151CBUxA MCU.As soon as I run the SystemInit function inside the ResetHandler I am hitting a Hardfault, so I investigated the SystemInit function.Once the Vector Table re...