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 specifica...