STM32CudeMX base code generates a larger program file
Hi
I made a program for STM32F103RG using STM32CubeMX and STM32CubeIDE a few years ago. The program is using the USB Device Mass storage software pack. I thought that I should update it with the latest version of it and made a new project since the old config file was too old for the latest SMT32CubeMX version. I configured the MCU in the same way and added my own code.
When I build my code now the size of the program is now doubled in size, but still works the same. The old version was 17 kB and the new is 38 kB. Does anyone know why it has grown that much?
