If the specifications say register access have to be word size, does it mean byte size doesn't work?
Hi
I program a STM32F103 chip and work on a GPIO driver. The specs tells you clearly: The peripheral registers have to be accessed by words (32-bit) 9.2 GPIO registers RM0008.
It doesn't use the word must be accessed. (Im planning to use the specification as must as I can by the way)
Does this means that byte access is still possible for certain chips or certain chip designs.
I did a test and saw that byte access on the GPIO->CRL and GPIO->CRH registers doesn't generate strange result.
Anyone who can say something about this have to access or must be access of registers