Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/26/05 14:40
Read: times


 
#101546 - problem with memory management: & lcd.
i have a problem with programming . iam using a microcontroller AT89s8252 which is having 256 bytes of ram and 8 kbytes of flash memory. the problem is i have to display nearly 20 strings of nearly 6 characters each and many variables which are declared floatsing points.
If i declare an array for each string iam exceeding my memory limit. iam using c language for programming.
a[] = " Datalog ";
b[] = " COntrols";
c[] = " Range";
d[] = " Resolution";
e[], f[] etc.....

i need more memory, but i cannot increase it. i have to adjust with the available one only.
can any one provide me with some logic so that i can optimally use the available memory...

it would be more helpfull if any one can provide me with a simple program for writing onto lcd display.
iam in great need of it.

List of 13 messages in thread
TopicAuthorDate
problem with memory management: & lcd.            01/01/70 00:00      
   why not            01/01/70 00:00      
      naturally it is worth !            01/01/70 00:00      
         also            01/01/70 00:00      
         of course it is, however            01/01/70 00:00      
            common problems on C51            01/01/70 00:00      
               Harvard            01/01/70 00:00      
            Re: of course it is, however            01/01/70 00:00      
               Re: Re: of course it is, however            01/01/70 00:00      
   code ist the trick            01/01/70 00:00      
      Memory, memory.            01/01/70 00:00      
         Sorry            01/01/70 00:00      
            External EEPROM            01/01/70 00:00      

Back to Subject List