Hi,
I work for a company that develops their own custom boards, and one of the product uses a STM32L431 connected to various peripherals.
Right now I’m writing code with VS Code, building it with CMake, and using Ozone with a J-Link probe to debug. I was wondering if it would be possible to use PlatformIO to do debugging only with the generated elf/bin from CMake? And if so, could anyone point me in the right direction?
P.S: I’m pretty new to the embedded/firmware SW ecosystems.