Friday, April 3, 2009

Difficulties in accessing +64k memory

Throughout the week, I have had difficulties writing data to the upper memory bank. This problem was solved by changing in the project settings the data model. The large data model is now being used, as opposed to the small data model. The difference between the models is the size of pointers. With the large data model, pointers are 20-bits wide and can address the full 256kB of flash memory.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.