STM32F051 bricked after low level programming of GPIO pins
I am using STM32F051R8T6 controller. I was initially using the standard peripheral library's inbuilt functions and structures to initialize the peripherals for eg. GPIO. Now, I want to optimize my code(size) by trying to directly write into the regi...