What exactly is setLoadersPath() looking for in the CubeProgrammer_API?
I'm coming across a strange issue, and the documentation for the API isn't really helping much. I've got a small application to load some firmware using the CubeProgrammer_API, and it works perfectly if I point setLoadersPath() to "C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin". However, I'd like to include the FlashLoader files with my project so that STM32CubeProgrammer isn't required to be installed with my software. I copied over the FlashLoader folder and pointed the function to the directory the FlashLoader folder is in, but now when I call connectUsartBootloader(), it fails and returns -5: CUBEPROGRAMMER_ERROR_NOT_SUPPORTED. Any ideas? What exactly am I missing?
