Question
Problem with optimal code size
Hello,
I use STM32IDE to programmer for STM32F030K6, when i call the function in the main function or interrupt function, it consumes a lot of Flash.
I have already changed the optimization option. But it doesn't work.
I try again with Keil C and this error does not occur, the code size is well optimized.
Can you guys tell me what I did wrong? Thanks you all!