• offset adress
    Hi, i work on st10f168 and i would to know how can i compile a .c file (which contains fonctions) with manual fix adress. Because i want to load the disassembly code of it in external memory (ex : 0x200000...
  • AARM and offset calculation
    A simple code example: AREA SOME_DATA, DATA, READWRITE, ALIGN=2 RSEG SOME_DATA MY_DATA: FIRST_VAR EQU $ - MY_DATA DSD 1 SECOND_VAR EQU $ - MY_DATA DSD 1 AREA SOME_CODE, CODE, READONLY, ALIGN...
  • TLKPS. DC OFFSET REMOVAL
    HI ALL. WHAT I MUST DO IS WRITE AN ALGORHYMN TO REMOVE THE DC OFFSET FROM A SIGNAL? (15-20V DC (NOT CONSTANT AND WILL NORMALLY BE IN THIS RANGE), 1 VPP SIGNAL OVERLAID ON TOP OF IT) I AM TRYING TO...
  • Change the offset for the interrupt vector
    Hi I working with 89c669 and want to change the program start address to 0x016000h. But when I try to change the Interrupt vector to that address I get "Invalid Interrupt Vector Address !" Why can...
  • LX51 and code offset
    I am using the c8051F126 from Cygnal. Before reaching the 64Kb size I was using the BL51 with "Code Range" option set to 0x1000-0xFFFF (my code start at 0x1000). Now I would like to use LX51 (and...