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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/08/11 15:58
Read: times


 
#181781 - code size bigger than 2000h program not responding
hi,

i have a project with graphic lcd. i have the screens defined in the code.
when i compile the code and its code size is under 2000h the program works fine,

but when the code size is bigger than 2000h
(i look in the memory map) generated by sdcc
ROM/EPROM/FLASH 0x0000 0x2023 8228 65536
the code does nothing.

i have a 27c256 external memory for code
i use sdcc command as follow

sdcc -c screens.c
sdcc -c keys.c
sdcc -c common.c
sdcc -c lcd.c
sdcc -c printf.c
SDCC --debug --code-loc 0x000 --stack-loc 0xC0 --no-peep main.c screens.rel keys.rel common.rel lcd.rel printf.rel

can any one help ?



List of 4 messages in thread
TopicAuthorDate
code size bigger than 2000h program not responding            01/01/70 00:00      
   what? is? how?            01/01/70 00:00      
      ...            01/01/70 00:00      
         hardware issue?            01/01/70 00:00      

Back to Subject List