I've been working with the L496 application template v3.0.5. In it, the touchscreen i2c memory read is "guarded" by an __disable_irq() call, and followed by __enable_irq(). For example: static uint8_t I2Cx_ReadData(uint16_t Addr, uint16_t Reg, uint16...