cancel
Showing results for 
Search instead for 
Did you mean: 

Problem building I3C for STM32H7R7 in Cube IDE, need help.

danr
Visitor

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.

2 REPLIES 2
danr
Visitor

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.

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:

  • You did an error - you did not use the tool as it was intended - we will find that and teach you ( and other) not to do these errors;
  • There is an error in the tool - we will lobby to get fisxed and nobody will waste time in future with this problem.

Thank you

Mike