STM32 Bit Banding (or bit-banding)
Jump to navigation
Jump to search
In older 8-bit MCUs it was quite common to have instructions to clear or set a bit as one atomic instruction. By atomic it means the read->modify->write can not be interrupted resulting in other bits being set wrongly.
Miscellaneous Links
To be added