2024-04-07 07:17 PM
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!
Solved! Go to Solution.
2024-04-09 02:33 AM
You can check the available examples ( Private Read/Write ) in the STM32Cube FW :
STM32Cube_FW_H5_V1.2.0\Projects\NUCLEO-H503RB\Examples\I3C
some details are in this Application Note - Section 9.8 : https://www.st.com/resource/en/application_note/an5879-introduction-to-i3c-for-stm32h5-series-mcu-stmicroelectronics.pdf
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-04-08 04:57 AM
Hello @Xonier ,
Could you please use an oscilloscope to check SDA and SCL behavior?
Make sure that the dynamic addressing is done correctly .
Let me know!
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-04-08 10:52 PM
Hello!
I am sure ENTDAA is done because i have read the address in slave regs . I am thinking about if i used HAL_I3C_Ctrl_Receive_IT incorrectly.
2024-04-09 02:33 AM
You can check the available examples ( Private Read/Write ) in the STM32Cube FW :
STM32Cube_FW_H5_V1.2.0\Projects\NUCLEO-H503RB\Examples\I3C
some details are in this Application Note - Section 9.8 : https://www.st.com/resource/en/application_note/an5879-introduction-to-i3c-for-stm32h5-series-mcu-stmicroelectronics.pdf
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-04-14 11:06 PM
Hello! Sorry to reply so late. I had busy days and finally solved the problem. Thanks!
2024-07-14 07:50 AM
Can you share how it was resolved?Thank you