If you get such an address overflow error from the linker, please check the section addresses in the linker section. When a new project is set up, the start address is NOT adjusted to the device memory size, but it uses some default value. So the available memory is very small. Just modify the start addresses of the section to a lower value to make more space available for your software.
↧