2024-03-13 12:25 PM
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?
Solved! Go to Solution.
2024-03-13 12:39 PM
Github has a search feature, perhaps also use a file manager on your PC that has one.
2024-03-13 12:39 PM
Github has a search feature, perhaps also use a file manager on your PC that has one.
2024-03-13 04:02 PM
Thank you for the help.
I copied that file into my project directory, then worked well.
Thanks,
Luke.