Hi,I am trying to connect to a 16 bit parallel display interface. To write new data, I have to use pins on five different ports (GPIOs A, B, C, D, E). Right now I am setting these pins like this:PORT_D15->BSRR = (PIN_D15 << 16) | (((data >> 15) & 0x...