2025-02-24 8:13 AM - last edited on 2025-02-24 8:40 AM by Andrew Neil
Moved from the MPUs section - STM32H7 is an MCU.
I have a software example for the STM32H743 provided by STMicroelectronics and I want to add the IOC corresponding to my micro, which is the STM32H753.
It does not have the IOC of the STM32H743.
I use Cube IDE V 1.17; is it possible?, or at least add the ioc of the STM32H743 thanks
2025-02-24 8:37 AM - edited 2025-02-24 8:38 AM
@yogui_ricardo wrote:I have a software example for the STM32H743 provided by STMicroelectronics
Which example, exactly?
Yes, it is true that not all examples have .ioc files - see:
2025-02-24 11:40 AM
Examples created without an IOC generally do not lend themselves to the IOC-required format as the generated code structure is different.
2025-02-24 3:29 PM - edited 2025-02-24 3:33 PM
Here you can find .ioc files for older boards where they are not available in examples:
https://github.com/STMicroelectronics/STM32_open_pin_data/tree/master/boards
Note that there are no.ioc files for MCUs, only for boards.
2025-02-25 12:45 AM
@Pavel A. wrote:Note that there are no.ioc files for MCUs, only for boards.
@yogui_ricardo - And even an IOC file for a board is just for the bare board - it won't have the specific configurations for a particular project.