Question
Memory usage on STM8S
Posted on January 28, 2014 at 04:56
Hello
My project compiles fine but I'm getting memory errors at the linker stage: segment .ubsct size overflow (4) .text size overflow (572) Is there any way to find out how much memory I have allocated for each of my memory sections (.text, .ubsct, etc.) , and can I change them?. By adding in a few more variables, I begin to get the overflow error, and could no longer build successfully. Any insights would be very much appreciated! Thanks! #overflow #memory-usage #segment-overlap #memory-overflow