2020-04-21 02:05 PM
I have an existing project, and I'm switching from HAL drivers to LL drivers. I noticed that my workspace is missing many of the LL drivers, despite the fact that I've downloaded the STM32Cube MCU Packages via CubeMX. So, once I've downloaded the MCU package, how do I make it part of my CubeIDE workspace?
2020-04-21 08:22 PM
CubeMX will only copy files that are used. If you want them all, you can copy them from the repository into your project. You’ll need to delete or do modifications to the conf and template files.