This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Program size problem

Hi there,

I'm having problem with the size of my binary code. My program uses cosine, arc tangent and square root. My kit only has a memory of 8k. I'm not including the math.h file. Instead, I coded the functions in the program itself. When I compile using model-large the program compiles but the size is bigger than 8k. When I try to compile with model-small appears an error message.
I appreciate any help.

Nei

0