Question
RAM Size config
Posted on January 12, 2015 at 11:39
Hi STM8 master,
One quick question about the STM8 RAM size changeI checked the xxx.map file and used 86 Byte on stack.I did change the RAM size through in Project settings->Linker->Inputbut lkf file does not change with setting than show .text size overflow . --------------lkf file----------------# Segment Ram:+seg .data -b 0x100 -m 0x271 -n .data+seg .bss -a .data -n .bss+def __stack=0x3ff --------------lkf file---------------- why?Is any document talk about this?Thank youDavid Lee