Can someone please explain to me this Code Generator option?
For the life of me I cannot understand what is being said in the first box:
STM32Cube Firmware Library Package option
The following actions are possible:
* Copy all used libraries into the project folder
STM32CubeMX copies to the user project folder the drivers libraries (HAL, CMSIS)
and the middleware libraries relevant to the user configuration (e.g. FatFs, USB).
* Copy only the necessary library files:
STM32CubeMX copies to the user project folder only the library files relevant to the
user configuration (e.g., SDIO HAL driver from the HAL library).
:
etcI can see when I select the first option that I get a TON of files and directories copied into my Drivers\CMSIS folder.
When I choose the second option I get only Device and Include.
BUT I'm not using any of them! I created basically a blank project so this must be a language issue. What does "copy all used libraries" mean? Does it really mean "copy ALL libraries"? That's the only thing I can come up with here. Help?
