Hi, I am new to using 32 bit microcontrollers and have been using 8 bit controllers previously. In my 8 bit controllers I had several uint8_t and uint16_t variables.Does a 32 bit microcontroller access 4 bytes of data in memory at once? If yes, can t...