On the project im working on, I have an Arduino Duemilanove and im borrowing code from someone, the modeler accepts the code but when I try to download it to the board, it only gets so far. The amount that gets uploaded works, but the rest doesn't. the file is much smaller then what the board can take. Any ideas of how to fix this problem
Could it be using too much flash memory? (is that what its called)
If I am correct, the memory used for variables is separate from the program memory, and the limit is not taken into account in the file byte size given in the arduino IDE.
In short terms,
Are there too many variables?
Also, there is like no way we can actually help, other than general ideas, if we can't see the code.