• absolute function address and call
    How can I locate a C function at an absolute address and call this address on a LPC2378?
  • Call an extern function at a specific address
    Hi, at address 01800h there is a function of an old project (range: 01800h-02000h). I want to use it again in a new project (range: 0h-01000h). The new project is written in C. I already declared...
  • SPI interrupt at wrong address
    I am using Atmel AT89C51CC03, and it is configured so in Keil too. The data sheet lists the SPI interrupt vector as 0x0053h, and I do define my interrupt as interrupt #10. However, the map file show...
  • C library calls at fixed ROM addresses
    I need to write a small function running in XRAM that uses the C runtime library routines that are present in existing ROM code. I know the absolute locations of the library routines from the ROM link...
  • Library function LINK to specific address
    Hi all, i am using various function from "C166 run-time library". Example 'isdigit' from 'ctype.h'. At the time of linking i want to link this function at specific address. How i will go for...