Skip to main content
Visitor II
January 17, 2025
Question

STM32H5 I3C SDR READ issue

  • January 17, 2025
  • 1 reply
  • 626 views

Hello, when I was using the STM32H563 I3C, I found that when configured with VDDIO2 = 1.2V and a frequency of 12.5MHz, the data read in SDR mode would be misaligned. The waveform received on the SDA line was 0xF9, but the MCU received 0x7C. After I increased the VDDIO voltage to 1.5V, the data read was correct. And I tried VDDIO2=1.2V, frequency =6.25Mhz, data was correct, too.

wulin_0-1737098779073.png

 

wulin_2-1737098807751.png

 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    January 17, 2025

    Hello @wulin and welcome to the community,

    It could be something related to the HSLV configuration. Refer to the datasheet / and tables:

    Output timing characteristics VDDIO2 1.2 V range (HSLV OFF)

    Output timing characteristics VDDIO2 1.2 V (HSLV ON)

    Did you activate the HSLV?

     

     

    wulinAuthor
    Visitor II
    January 20, 2025

    Hello, @mƎALLEm , thank you for your reply.

    HSLV was disabled in my previous setting. But I tried to set HSLV ON, the result was still the same as before.

    wulin_0-1737361089357.png