How do aI specify the .ioc file for X-CUBE-53L3A2?
I have added the X-CUBE-53L3A2 software package to STM32CubeIDE and successfully built and run the SimpleRanging sample application. I now want to make changes to the STM32F401 pin assignements (actually, add a second UART).
When I click on the NucleoF401RE_53LX_Expansion.ioc file I get this error:
Invalid Input: Must be project's active .ioc file.
Project's 'SimpleRanging' active one is 'SimpleRanging.ioc' file
AFAIK there is no file 'SimpleRanging.ioc'
How can I fix this, and where do I look to understand how these .ioc files are used within STM32CubeIDE?
BTW - I am able to create new projects using .ioc files, including a new project using the existing NucleoF401RE_53LX_Expansion.ioc file
