New380 / cubesat-space-protocol

Automatically exported from code.google.com/p/cubesat-space-protocol
0 stars 0 forks source link

CSP uses too much ram #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The amount of data and bss used by CSP have increased too much.
The at90can128 only have 4k byte ram, where CSP is using 2252 bytes.
I guess that the problem lies in the file csp_conn.c where the text strings 
should be moved away from the ram.

Original issue reported on code.google.com by ulrikwil...@gmail.com on 15 Jun 2011 at 1:09

GoogleCodeExporter commented 9 years ago
Have discovered that the 1149 bytes of data have been removed in the latest rev.

Original comment by ulrikwil...@gmail.com on 15 Jun 2011 at 1:13

GoogleCodeExporter commented 9 years ago

Original comment by j...@satlab.org on 15 Jun 2011 at 1:20