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-07 08:04 PM
There are address ranges mentioned in the Cortex M4 Programming manual -
2020-12-07 08:06 PM
Bit banding addresses are shown in the programming manual. Not everything is bit banded.
Source:
2020-12-07 11:00 PM
Therefore, STM32L431 does not support bit band operations
2020-12-07 11:03 PM
How did you come to that conclusion?
JW
2020-12-07 11:14 PM
I guess it, I didn't get
2020-12-07 11:46 PM
"Does STM32L431 support bit band operation?" - yes (it does)
2020-12-08 12:02 AM
Have you ever used the bit band operation of STM32L431?
2020-12-08 12:24 AM
My programming looks like this, but it doesn't work
2020-12-08 12:52 AM
So, are the GPIO addresses within the area which is bit-banded (see TDK's post above)?
JW