How do you add a .ioc file to an existing project that does not have one?
Hi everyone,
I'm working with the LoRaWAN extension for STM32CubeIDE, specifically the LoRaWAN_End_Node project from STM32CubeExpansion_LRWAN_V2.1.0. I need to control some GPIO pins, setting them HIGH and LOW in specific situations. To do that, I want to initialize them to LOW and then toggle them as needed.
The problem is that this project does not include a .ioc file, and I'm not sure how to add one to an existing project. If I create a new project from scratch, I do get the .ioc file and can configure the pins easily, but I don’t know how to generate or integrate it into this existing project.
Does anyone know how to add a .ioc file to an STM32CubeIDE project that doesn’t have one? Any guidance would be greatly appreciated!
Thanks in advance!
