Writing Long Command - 2.3 English

MIPI DSI Transmitter Subsystem LogiCORE IP Product Guide (PG238)

Document ID
PG238
Release Date
2023-10-18
Version
2.3 English
Long commands are to be given only in command mode, 0x29 and 0x39 are the valid data types.
  1. Check for ready for long packet bit to be 1 (Bit 7 in 0x2C register).
  2. Write datatype and word count (WC) fields in 0x30 Data FIFO register. Word count is written to bits (15:8) of 0x30.
  3. Write four bytes at a time of payload data to 0x34 Data FIFO register.
  4. For example, if you have three bytes as WC. Write 0x00P3P2P1 to the 0x34 Data FIFO register. Append the extra MSB bits with 0s.
  5. Similarly, if you have six bytes of valid data program WC as 6, then write 0xP4P3P2P1 to 0x34 register. Next, write 0x0000P6P5 to the same 0x34 Data FIFO register.