Hi,Currently I am working with STM32L4R9 Discovery kit. The connected PSRAM model with this board is IS66WV1M16EBLL-55BLI. Using HAL functions, I can only write and read up to 16 bit data (i.e. unsigned integer 8 bit (uint8_t) and uint16_t). Other da...