Skip to main content
Visitor II
July 17, 2024
Question

STM32H5 I3C SETGRPA

  • July 17, 2024
  • 1 reply
  • 794 views

Hello !

I am using the I3C interface between a STM32H563ZI and 2 LPS28 sensors. After a ENTDAA process I would like to send a SETGRPA but unfortunately it does not work. It seems the process fails during HAL_I3C_AddDescToFrame() due probably to a wrong frame description. I have not found any example. Here's the code I use for just one assigment. What is wrong ? What should be the right description to launch the SETGRPA for both sensors ?

Thanks for your help !

 

Capture d’écran 2024-07-17 à 16.35.13.png

    This topic has been closed for replies.

    1 reply

    ST Employee
    July 30, 2024

    Hello @Phil91 , 

    Use 1 instead of  "aContextBuffers[I3C_IDX_FRAME_1].CtrlBuf.Size".

    Let me know!
    Foued