when I build the project, it is showing the error of 1. .text' will not fit in region `FLASH' 2. `FLASH' overflowed by 12480 bytes
Hello everyone,
I am working with stm32f070c6 , I am developing an application of USB_CDC , When I build the project it is showing the error of
1. .text' will not fit in region `FLASH'
2. `FLASH' overflowed by 12480 bytes
actually I had increase the heap size to 0x400 and stack size 0x400, In my program I am using a buffer size of 64 bytes,
can you please help me out how to overcome flash overflow error.
