2025-08-28 5:30 AM
Hi,
I’m working with an .ioc file to generate functionality, but the changes I make in the .ioc file are not being reflected in the generated code. I can see the updates inside the .ioc file itself, but the code generation does not apply those changes.
Has anyone faced this issue before or knows why this might be happening? Any suggestions would be greatly appreciated.
2025-09-29 3:54 AM
i need to keep the structure the same as right now and but need that any changes done in ioc file gets reflected to the the folder. isn't there any way to customise the Src and Inc folder location.
2025-09-29 4:04 AM
@Rohit007 wrote:isn't there any way to customise the Src and Inc folder location.
I don't think so.
Best (IMO) way is just to keep all your own code out of those folders
2025-10-06 2:14 PM
> is there any way to solve this problem as i cant reset the structure.
Adjust your programming style to conform with how STM32CubeMX operates.
You'll tire out fighting the current, and you won't get very far.
2025-10-06 10:53 PM
Yes, I've run into this before — sometimes the code doesn't rebuild properly if the project isn't refreshed. Try cleaning the project and rebuilding the code from STM32CubeMX or STM32CubeIDE. This usually fixes it.