2023-03-21 10:05 AM
I want to change the path for where the STM32CubeIDE writes the source code files generated when the .ioc file changes.
I am using STM32CubeIDE Version: 1.12.0.
Is it possible, and if so, how?
Solved! Go to Solution.
2023-03-27 01:32 AM
Hello @SS13 ,
You can customize the project as you wish, putting resources in locations as desired through the project settings:
But you need to understand how Eclipse works in order to not mess things up, so a link to this could be helpful:
https://www.eclipse.org/escet/use/projects.html
Don't hesitate to ask more questions !
Thanks,
Wijeden,
2023-03-23 01:48 AM
Hello @SS13 ,
Do you mean that you need to edit the path of source folder ?
waiting your response !
Thanks ,
Wijeden,
2023-03-24 09:09 AM
Yes. By default the source code is created in a "Core" folder. I won't want my project structured this way.
2023-03-27 01:32 AM
Hello @SS13 ,
You can customize the project as you wish, putting resources in locations as desired through the project settings:
But you need to understand how Eclipse works in order to not mess things up, so a link to this could be helpful:
https://www.eclipse.org/escet/use/projects.html
Don't hesitate to ask more questions !
Thanks,
Wijeden,
2023-03-30 05:20 AM
Hello @SS13
Does the previous solution help you ?
Thanks,
Wijeden,
2023-03-31 12:22 PM
Yes. That link is helpful.
Thanks!