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

Re: Accessing 96KB memory in P89C669

I created a project with main function whose code size is more than 64KB. Upon compiling there was error message,

   error C253 : 'main' :function exceeds 64kb code size

The controller P89C669 is having 96KB flash memory but then why this error message is prompted.

Do i need to do some setting in the startup.a51 file?

0