Hello!
I wonder, how can i tweak ON OFF a single bit in register REGx with adress 0x13001200 and write the value back to the same register.
Ty.
Use bitwise OR to switch on a bit and AND with NOT of bit to switch off.
Yes, if you define BITx as (1<<x)