STM32H563ZIT6 I3C master read buffer question
Hello! I dont know where to find received data after HAL_I3C_Ctrl_Receive_IT progress.
I set I3C of my H563 as master and sent ENTDAA and master read , the slave answered both command. The interrupt of slave reflects that master read is done and the data in tx-fifo is transferred correctly. But when i read RxBuffer of the HAL_I3C_Ctrl_Receive_IT i find nothing but 0.
Can anybody help me?Thanks!
