User Activity

I'm stuck trying to transfer a 1024 bit buffer to a SSD1306 via I2C/DMA using the HAL. I am using a stm32L432 nucleo board.Using HAL_I2C_Mem_Write works fine, but HAL_I2C_Mem_Write_DMA only transmits the first 255 bytes and leaves the bus hung on HAL...