• Linking Functions at Specific addresses
    I need to Link Functions at Specific address I have 5 functions that i want to go into 0xFA00 ONWARDS I am using uvision2 and 0xFAOO onwards is a part of flash that will not be erased I can...
  • Linking Functions at Specific addresses
    I need to Link Functions at Specific address I have 5 functions that i want to go into 0xFA00 ONWARDS I am using uvision2 and 0xFAOO onwards is a part of flash that will not be erased I can...
  • How to call a function after a specific clock period
    hi I am using 89c51. for using serial port I am using these commands SCON = 0x50; /* SCON: mode 1, 8-bit UART, enable rcvr */ TMOD = 0x20; /* TMOD: timer 1, mode 2, 8-bit reload */ TH1 = 0xfd; ...
  • How to call a function after a specific clock period
    hi I am using 89c51. for using serial port I am using these commands SCON = 0x50; /* SCON: mode 1, 8-bit UART, enable rcvr */ TMOD = 0x20; /* TMOD: timer 1, mode 2, 8-bit reload */ TH1 = 0xfd; ...
  • 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...