Microcontroller › 8051 › Requires complete code for wireless notice board › Hi Ruben,”DATA SEGMENT
November 7, 2013 at 12:17 pm
#10582
Participant
Hi Ruben,
“DATA SEGMENT EXEEDS”
That simply meansd your microcontroller don’t have enough memory to store that much number of variables. Even if you go for advanced microcontrollers you can’t create an array more than 500 bytes long.
So what you have to understand is that this is not a proper method of coding.