Question
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 relocation function is executed in it a HardFault is caused. I am unsure how to debug or resolve this.

Please help me debug the code.
