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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/31/02 09:15
Read: times


 
#26549 - PDATA page size
Hi all
I tried to define an array of 256 bytes in external ram as pdata as:

unsigned char pdata PDat[256];
main(){ }

But I am getting the following message by KEIL and RIDE Linker:

ERROR L134: SEGMENT DOES NOT FIT IN PDATA PAGE
SPACE: XDATA
SEGMENT: ?PD?T1
LENGTH: 0100 H

if I chane it to PDat[255] then there is no error.
But the Frankln's ProView compile and link it with out any error.
Can someone explain, Why?

Regards
NS

List of 11 messages in thread
TopicAuthorDate
PDATA page size            01/01/70 00:00      
RE: PDATA page size            01/01/70 00:00      
RE: can you explain a little further ??            01/01/70 00:00      
RE: PDATA page size            01/01/70 00:00      
RE: PDATA page size            01/01/70 00:00      
RE: PDATA page size ps            01/01/70 00:00      
RE: PDATA page size ps            01/01/70 00:00      
RE: PDATA page size            01/01/70 00:00      
RE: PDATA page size            01/01/70 00:00      
RE: PDATA page size - RIDE            01/01/70 00:00      
RE: PDATA page size            01/01/70 00:00      

Back to Subject List