cancel
Showing results for 
Search instead for 
Did you mean: 

Create Bootloader using STM32CubeIDE. Is there any way to reduce code size for SystemClock_Config so I can get bootloader down to 4k

cgarland42
Associate III

Using STM32G071

1 REPLY 1
Radosław
Senior

Yes, write this function yourself. Using for bootloader Cube libraries isn't a good idea, they use too much memory.