• C51: How calling library in fixed ROM from code in XRAM
    I have a 8051 project which includes ROM and XRAM, both are used as code memory The memory address and range is as follows CODE Space Main CODE at RAM C:0x0000 ~ C:0x2FFF Lib CODE at ROM C:0x3000...
  • Wrong address calling library function
  • Function located to a fixed address
    ARM MDK 3.4: module / function startadress. I would like to have a flash programming function on a specified address (0xf000) from where the normal program can be updated. This would be a simplified...
  • Jumping to a fixed memory address
    Hello, I'm working on an application where I need a firmware update. I wrote a bootloader, but I don't get a right solution how to jump to a fixed memory address. I read many forums but those solution...
  • Variable at fix address
    How to locate 1) structure 2) array of structure 3) any variable like char,int,long to a specific memory location and how declare its extern prototype regards... Yogesh.