when I try to build Maze project the message "the code size limit exceeded" is swhown I try with Cercle_debug mode and circle_release mode. What is the problem and how can I solve it? Thanks
There should not be size limitation for building project. What is the size of your code?
If you want to build a project bigger than 32k you might need to see if the "starter kit limitation" option is put at "no". It can be changed in the "Project Local setting" window in the LD linker->Scripts option.
I can build the Maze project, but can't debug it because of the 32k limit. Is there a way to download it to the Primer without debugging? I looked but didn't see anything obvious in RIDE.
If you want to load without Debugging you can do it from "Project properties->RLink Advanced options" In the "Actions for Degug session" you can unselect the option "debug".