• Memory management
    I used 64k external code memory and 64k external data memory So in assembly we will can use movc and movx instruction to access code and data memory but how can we access code and data memory using C...
  • execution in ram memory
    can we execute the code in ram memory in lpc915...if yes,how?
  • LOCATING SUBROUTINES IN MEMORY
    I am trying to put a subroutine at a fixed address (I want it to remain fixed after the code is rebuilt and other modules are changed). First I linked my code and obtained its absolute linked address...
  • Direct memory adddressing
    Hi, I want to read in my program, the data stored at a particular location in external ROM. How do I do that in 'C'? Regards Sonali
  • Memory Mapping Peripheral registers
    I am using a Rix51 board with 8xc251TB and SAB82526 HDLC controller. I want to memory map the HDLC registers so that I can easily read-write to them in C code. For example to write to a FIFO register...