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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/06/02 21:56
Read: times


 
#18392 - RE: using far memory
The strategy is that there are 2 new memory types: far and far const.

The far type is used to define variables stored in RAM. You may have up to about 8 megabytes of variables. Each variable is limited to 64K.

The far const type is used to define variables stored in ROM. These variables may NOT be written to. You may have up to about 8 megabytes. Each variable is limited to 64K.

These variables are accessed using library routines that YOU MUST COMPLETE. The template is found in XBANKING.A51. You will need to complete functions that read and write 1, 2, 3, and 4-byte objects. You will also need to configure the way that the additional memory is accessed.

The complete theory of operation is included in the comments in XBANKING.A51 which may be found in the keilc51lib directory of a standard installation.

Jon Ward
Keil Software

List of 9 messages in thread
TopicAuthorDate
using far meory type in keil c51            01/01/70 00:00      
RE: using far meory type in keil c51            01/01/70 00:00      
RE: using far meory type in keil c51            01/01/70 00:00      
RE: using far meory type in keil c51            01/01/70 00:00      
RE: using far meory type in keil c51            01/01/70 00:00      
RE: using far meory - Peter            01/01/70 00:00      
RE: using far memory - andy & peter            01/01/70 00:00      
RE: using far memory            01/01/70 00:00      
RE: far memory type - Jon Ward            01/01/70 00:00      

Back to Subject List