We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.