2020-12-07 07:14 PM
What are the SRAM bit band area address and its bit band alias area address, and the peripheral bit band area address and its bit band alias area address, if supported?
2020-12-08 01:04 AM
These are the GPIO address
2020-12-08 04:16 AM
So?
2020-12-08 05:26 AM
Are those addresses within the bit banded region of the above table?
2020-12-08 05:55 AM
b.t.w. no need to bitband access GPIO_ODR. Use GPIO_BSRR instead! And for reading GPIO, simple use IDR and mask out the bit.
2020-12-08 03:49 PM
as Uwe mentions below, you don't need bit banding for the GPIO registers - use the BSRR register. From the reference manual "The purpose of the GPIOx_BSRR and GPIOx_BRR registers is to allow atomic read/modify accesses to any of the GPIOx_ODR registers."