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

memory problem

hello everyone,
i want to know what happens if we exceed the maximum limit of code memory of microcontroller while writing the code
does it compile the code?
what error it gives?
eg: in c8051f020, external memory size=64KBYTES
if we exceeds this limit then what will happen?
i tried to search on google but couldnot find the relevent answers
thank u all
take care

Parents Reply Children
  • What use would it be to post the project?

    The source code would not show how the project is configured, and the project configuration files are not suitable for posting.

    There is no way you will misunderstand the error message you get when the linking fails. But you have to configure the project to know exactly how much memory your processor has access to, or the linker will not know where the fail limit is.