HomeSmartMesh / IoT_Frameworks

Sensor Node STM8, Server C++ Raspberry pi, Webclient with d3js and websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfuart does not link with help text

wassfila opened this issue · comments

text help goes beyond configure linker script space
adding the flag HELP_CMD_DOESNOTFIT creates an error for the ro section that does not fit anymore

  • How to configure "lnkstm8s103f3.icf" to increase the space for the ro section, or how much space is really left ?

the char text was allocated in Near which is RAM only of 1KB, adding const switch it to code area and compiles fine. Current usage of Flash 70% and ~ 10% Text or more, RAM is 33%