STM32 Bit Banding

From Stm32World Wiki
Revision as of 13:33, 19 October 2024 by Lth (talk | contribs)
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