2025-09-04 3:25 AM
CubeMX and STM32CubeIDE will generate a .ioc file associated with the configuration of the MCU to be programmed. For a modest project with few connections, adding the GPIO and their labels is normal, but when there are 130+ signals this become a tedious and error prone task.
We need a way to import data into CubeMX.
@st team: please add a function to CubeMX/STM32CubeIDE to import a list of GPIO, pin, port, config, etc into the configuration of the MCU which is being used.
Alternately/in the meantime: you could also publish the full specification of the file and its fields, so we can modify it with some scripts.
Thank you in advance.