Other Parts Discussed in Thread: CODECOMPOSER
Tool/software: Code Composer Studio
Hello,
I'm trying to make an irrigation proyect in wich I select the specifications in a web. Then, I read the measurements with Sensor Hub and program take a decision. In addition, I should show in the web this measurements.
It is posible to show that? I'm working now with CodeComposer's example enet_io but I can't get any of the information that I selected from my web. Also, I am having problems with my web, because it doesn't display my background or my company symbol and doesn't work with some javascript functions like toggle.
And, when I try to built the complete web (it's more than one page), I get the next message from CCS:
"../enet_io_ccs.cmd", line 57: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".text" size 0x88dd . Available memory ranges:
FLASH size: 0x100000 unused: 0xa7c max hole: 0xa7c
error #10010: errors encountered during linking; "enet_io.out" not built
gmake: *** [enet_io.out] Error 1
gmake: Target `all' not remade because of errors.
Have this any solution?
Thank you,