Associate II
July 4, 2023
Solved
STM32H503RB I3C Target TX-FIFO Size Question
- July 4, 2023
- 6 replies
- 8454 views
I am using NUCLEO-H503RB as I3C Target with LL library.
What's the minimum size of TX-FIFO available when I3C Target is reading by Controller?
I setup I3C Target TX-FIFO using function "LL_I3C_ConfigTxPreload" with 1 byte, but it always runs 8 bytes per time.
According to the datasheet, the size of TX-FIFO would be TGTTDCNT if size is lower than 8 bytes.
Tx-FIFO
My TGTTDCNT settings:
TGTTDCNT
The test procedure is I3C Controller start a private read with 11 bytes and Target return the array contents.
The source code is attached, the result diagram is described below.
I3C Read Test
