Hi,
I'm trying to send some data over the user data link by writing to page 2 registers. I can write to page 0 and configure all blocks just fine; I even read back the values I set. But I can't write to page 2: DIT user data buffer. Whether it's a slave unit downline or just a read back on the host, it's always 0x00.
I've played with disabling transfers (Reg:0x08 Tx CTRL 2: TXBTD) and disallowing updates (Reg:0x09 Tx CTRL 3: TXCUS0:1) but can never read what I write whatever end I try.
Any example code of writing to the DIT user data buffer? Any thoughts on what to try? I'm baffled.