Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
who know what this means? — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Propeller 1
who know what this means?
daniel ding
Posts:
52
2011-11-13 05:07
edited 2011-11-13 17:53
in
Propeller 1
I got a big problem in programing, the spin tool give me a message like this"object exceeds runtime memory limit by 651 longs"
thanks
QQ截图20111113210436.jpg
404 x 161
-
14K
QQ截图20111113210436.jpg
14.2K
Comments
Ale
Posts:
2,363
2011-11-13 05:12
edited 2011-11-13 05:12
I'd guess that your program does not fit in the 32KBytes of HUB RAM. You may have to trim buffers/variables/code to make it fit
Duane Degn
Posts:
10,588
2011-11-13 10:08
edited 2011-11-13 10:08
Daniel,
Where you press F8, does it tell you you have any room left?
Have you added video to the project? The TV objects (and buffer) take a lot of room.
Duane
Oldbitcollector (Jeff)
Posts:
8,091
2011-11-13 10:19
edited 2011-11-13 10:19
You might try BST. It has a function which skips unused code making the program smaller.
http://www.fnarfbargle.com/bst.html
OBC
daniel ding
Posts:
52
2011-11-13 17:49
edited 2011-11-13 17:49
Duane
I think I have already found out the error.
As you told, no room left in RAM.haha!
now my problem is how to trasfer the value of x and y to another object.
Daniel
daniel ding
Posts:
52
2011-11-13 17:53
edited 2011-11-13 17:53
thanks guy
it is a good soft for me,I will try later.
I have already downloaded it from the website u gave.
Sign In
or
Register
to comment.
Comments
Where you press F8, does it tell you you have any room left?
Have you added video to the project? The TV objects (and buffer) take a lot of room.
Duane
http://www.fnarfbargle.com/bst.html
OBC
I think I have already found out the error.
As you told, no room left in RAM.haha!
now my problem is how to trasfer the value of x and y to another object.
Daniel
it is a good soft for me,I will try later.
I have already downloaded it from the website u gave.