2020-09-02 11:43 AM
I'm using STM32CubeMX V6.0.1. I have a project for which there is not a CubeMX ioc file for. I do know the project was created using CubeMX. Is there a way to re-generate the ioc from the project files??
Thanks
Tom
Solved! Go to Solution.
2020-09-02 11:49 AM
No, you can only go IOC -> code, not code -> IOC.
Best you can do is recreate the IOC and copy/paste the various code sections.
2020-09-02 11:49 AM
No, you can only go IOC -> code, not code -> IOC.
Best you can do is recreate the IOC and copy/paste the various code sections.
2020-09-02 01:32 PM
That is what I feared.
Thanks for the reply!