How to map a library to absolute address?

I need to set the address where the library I've included will reside in the code memory

Parents
  • Ok, i'm using extended 8051 microcontroller which supports MMU(memory management unit). the MMU manage the access of the memory for both System mode and User mode. the MMU is configured to enables the user mode to execute the code in defined memory area, those memory areas are defined inside MMU in records table which is limited in size. So I want to collect all the libraries in one defined area in one record to enable the user mode to use them.

Reply
  • Ok, i'm using extended 8051 microcontroller which supports MMU(memory management unit). the MMU manage the access of the memory for both System mode and User mode. the MMU is configured to enables the user mode to execute the code in defined memory area, those memory areas are defined inside MMU in records table which is limited in size. So I want to collect all the libraries in one defined area in one record to enable the user mode to use them.

Children
More questions in this forum