Gathiyo / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

TradHeli - trunk code running out of memory #325

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The untouched trunk code (running heli code) reports 564 bytes free on start-up 
but fails before it get to the "Ready to Fly" message:

Init ArduCopter V2.2 b6
Free RAM: 564
FW Ver: 115

In fact, the code consumes another 638ish bytes after this "Ready To Fly" 
messages is printed.  So 564 is not enough!

We need to identify and implement memory savings to get the heli back in 
operation.

Original issue reported on code.google.com by rmackay...@gmail.com on 2 Feb 2012 at 12:52

GoogleCodeExporter commented 8 years ago
Andrew Tridgell's parameter changes have fixed this problem.

Original comment by robert.lefebvre on 1 Mar 2012 at 8:27