Cube MX custom template for custom folder structure
The STM32CubeMX User Manual (UM1718 section 3) and various threads on this forum lead me to believe I can customize the folder structure that CubeMX uses for where it puts the code files it generates. I'm not trying to do anything fancy, I'd just like to put all the .c and .h files that CubeMX generates in one BSP folder instead of the /Core/Inc and /Core/Src folders that it defaults to.
Seems like some file somewhere in the
C:\ProgramFiles\STMicroelectronics\STM32Cube\STM32CubeMX\db\templates directory will have the magic code, but I haven't been able to find it.
Is generating a custom folder structure possible and if so how?
Thanks
