cancel
Showing results for 
Search instead for 
Did you mean: 

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

LukeJang522
Associate III

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?

 

1 ACCEPTED SOLUTION

Accepted Solutions

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

 

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

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

 

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you for the help. 

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

 

Thanks,

Luke.