Registers issues (volatile, bit-access and bit-field)
Posted on April 28, 2014 at 00:04Hi everyone, I'm trying to understand how registers and memory really works in a microcontroller and how to access data in registers using C Now I can access any address in the memory and I can write any data to it...