This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/EK-TM4C1294XL: Connect SensorHub with web

Part Number: EK-TM4C1294XL
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,