stm32f446re nucleo board bit band ALIAS range
I have few doubts as follows:
1. Each MEMORY MAPPED ADDRESS is how many bytes wide? 1 or 4 bytes (I think it as 1 byte).
2. The ST datasheet for stm446xx says the SRAM is of 128Kb size then,start and end addresss is 0x20000000 to 0x2001FFFF but, bit band alias region starts from 0X22000000 upto 0x23FFFFFF then, the bit band start address is exceeding the end address of available SRAM. Can anyone please explain this i.e how do we use bit band region then ?