Quote:
|
Originally Posted by tux
> you can find out how much memory you're actually using
>> 30528 out of 132120 program addresses used, program memory utilization is 23%
So as long as this number is not 100% we're definitely not having a space problem?
|
You're not having a program space problem. You're probably not having a data memory problem, either, since IIRC the compiler catches that one.
Odd, since Team 95's current code is just about as large (basically the stripped camera code, adc, gyro, encoder, custom PWM driver code, and a bunch of routines that use trig functions), and we haven't had problems. Are you *sure* you're using 1.1.0?