Skip to main content
Graduate
March 13, 2024
Solved

Where can I find stm32h5xx_util_i3c.h ? [fatal error: stm32h5xx_util_i3c.h:No such file]

  • March 13, 2024
  • 1 reply
  • 1158 views

currently I'm trying to understand how to generate and build the project with STM32H503RB

I just followed the below link but there is no stm32h5xx_util_i3c.h in "inc/" folder 

https://wiki.st.com/stm32mcu/wiki/Getting_started_with_I3C

 

I can't also find this header file in "\Drivers\STM32H5xx_HAL_Driver" directory.

Could please help me to find where it is?

 

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    Github has a search feature, perhaps also use a file manager on your PC that has one.

    https://github.com/STMicroelectronics/stm32h5xx_hal_driver/blob/b21b55fe8b05245d06c559a09a77edf5a0679a74/Inc/stm32h5xx_util_i3c.h#L3

     

    1 reply

    Graduate II
    March 13, 2024
    Graduate
    March 13, 2024

    Thank you for the help. 

    I copied that file into my project directory, then worked well.

     

    Thanks,

    Luke.