Problem building I3C for STM32H7R7 in Cube IDE, need help.
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.
