Shop OBEX P1 Docs P2 Docs Learn Events
Propeller tool memory limit error — Parallax Forums

Propeller tool memory limit error

fkyfky Posts: 15
edited 2009-10-21 05:35 in Propeller 1
Hi,

I am new to using propeller and am testing the propeller tool and viewport with the prototype board.

I am trying to merge the graphic demo and the ir_reader demo program and the both tool and viewport are giving me similar errors "objects exceeds runtime memory limit by xx longs" where xx is a number which reduces when the program is reduced. It was 8 until I comment out "step bouncing lines" section in graphic demo which remove the error. At the Object info screen it shows that RAM usage program: 1772 longs , variable : 240 longs; stack/free : 6172 longs.

I assume that the error is because the program is too big to fit into the RAM, but just the few lines of code in "step bouncing lines"will not use up 6172 longs !!!

Can anyone give some advise? Is the free propeller tools and free Viewport program size limited???

Thanks

FKY

Comments

Sign In or Register to comment.