Question
STM32CUBEM MX generated HAL code size is more
Hi, I am using STM32F746 discovery board and I generated code using STM32CUBEM MX. I just enabled external crystal as clock and UART. My .text session code size is 10188 bytes which is like 10KB. I wanted to add this code as bootloader but I feel 10KB size just for HAL library initialization is too much.
Does generally STM HAL take this much size or I made any mistake? This is for my bootloader code so I don't want to give so much space to it.

Thanks
