2025-08-23 12:45 AM
I just started to look into this chip for a new project, so I decided to try to build a sample program in the Cube IDE. It seemed to work until I tried to enable I3C. Now the build system is complaining about missing files. The missing file is 'stm32h7rsxx_util_i3c.h', the error is '.../Drivers/STM32H7RSxx_HAL_Driver/Src/stm32h7rsxx_util_i3c.c':20:10: fatal error: stm32h7rsxx_util_i3c.h: No such file or directory'. Where can I find this file and where do I put it? Any help is appreciated, thanks.
2025-08-23 12:52 AM
I was able to fix this, I found a copy of the file somewhere on my HDD and was able to copy it into '.../Drivers/Inc/'. Then I was able to build it.
2025-08-23 1:22 AM
I guess you are following a wrong approach.
Take full advantage of the STM32CubeIde - post your design, describe step by step what you did - MUST work unelss:
Thank you
Mike