BITBANDING ADDRESS CALCULATION
I wanted to toggle an LED in STM32 , there's this GPIOx_BSRR ,The boundry address for the GPIOC is 0x4001 1000 and the register (GPIOx_BSRR) is on the offset 0x10,I wanted to toggle the led_13 using bitbanding but Im not getting to the alias address0...