Skip to main content
Associate
August 23, 2025
Solved

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

  • August 23, 2025
  • 3 replies
  • 314 views

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.

Best answer by Mahmoud Ben Romdhane

Hello @danr ,

I was able to reproduce your request.

Thank you for bringing this issue to our attention.

An internal Ticket was submitted to the Development Team (Internal Ticket Number: 216212).

I will keep you up to date when the problem is solved.

Thanks. 

Mahmoud

3 replies

danrAuthor
Associate
August 23, 2025

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.

mbarg.1
Senior III
August 23, 2025

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

Technical Moderator
August 25, 2025

Hello @danr ,

 

Let me thank you for posting and welcome to the ST Community.

For more investigation, could you please provide your Ioc.File.

 

Thanks.

Mahmoud

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Technical Moderator
August 25, 2025

Hello @danr ,

I was able to reproduce your request.

Thank you for bringing this issue to our attention.

An internal Ticket was submitted to the Development Team (Internal Ticket Number: 216212).

I will keep you up to date when the problem is solved.

Thanks. 

Mahmoud

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.