2025-04-13 12:33 PM
Hi All,
Is there anyone knows why sample projects do not include a .ioc file ?
Are not these project generated with CubeMx ?
https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects
Regards.
Solved! Go to Solution.
2025-04-13 12:46 PM
They're not made using STM32CubeMX.
You can translate them yourself with some effort.
Creating a STM32CubMX ioc project for older STM32C... - STMicroelectronics Community
2025-04-13 12:46 PM
They're not made using STM32CubeMX.
You can translate them yourself with some effort.
Creating a STM32CubMX ioc project for older STM32C... - STMicroelectronics Community
2025-04-13 5:24 PM
There are some benefits to not providing IOC files. The Cube software is constantly being updated. Despite the best intentions, sometimes bugs are introduced, sometimes IOC files may not be 100% compatible. Providing IOC files would increase the burden here.
A modestly skilled programmer should be able to get up and running provided the examples. The "Example Selector" in STM32CubeMX facilitates this even more.
It doesn't seem unreasonable to me.
2025-04-14 2:00 AM
@yilmazkircicek wrote:Is there anyone knows why sample projects do not include a .ioc file ?
Some do; some don't:
Possible way to tell which is which:
@yilmazkircicek wrote:Are not these project generated with CubeMx ?
Presumably not.
@yilmazkircicek wrote:it does not seem reasonable for a customer viewpoint
Not all customers will use CubeMX anyhow - so, I guess, it's reasonable to have some examples which demonstrate the alternative.
2025-04-14 2:28 AM
@Andrew Neil wrote:
@yilmazkircicek wrote:Is there anyone knows why sample projects do not include a .ioc file ?
Some do; some don't:
And the ones which don't usually have a Board Support Package (BSP) to abstract the hardware details and, thus, facilitate the manual re-configuration...