How to re-create a missing .ioc file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-16 1:52 PM
I'm running the LTDC_Paint example for a STM32F429i_DISC1 board on CubeIDE. The files in the package do not comprise the .ioc file that could allow to change the uC configuration. Is there a way to re-create this missing file?
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-16 2:02 PM
>>Is there a way to re-create this missing file?
The examples were frequently written by engineers, they didn't use an IOC file to auto-generate code.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-17 3:38 AM
Hi @Community member​ ,
At ST, we started to provide examples based on STM32CubeMX in the STM32Cube_FW package with the latest products as STM32G4, STM32L5, STM32U5...
For products like STM32F4, no .ioc provided in the examples.
May be you can start with one example where the ioc file is provided and then look for a compatible product (follow steps in How to export a project configuration to a compatible STM32).
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-18 2:30 AM
"The files in the package do not comprise the .ioc file that could allow to change the uC configuration"
Do they not provide, say, #defines for the pins, ports, peripherals, etc used?
so you could edit those #defines accordingly
#PortableSoftware #HardwareAbstraction
A complex system designed from scratch never works and cannot be patched up to make it work.
