• how to location the start of a array at the specify address of RAM?
    how to location the start of a array at the specify address of RAM? Envirment:C51 ver:6.23 BL51 Ver:4.23
  • Specifying the start address
    In assembly, the "ORG" directive can be used to specify the start address of the code. Can this be done in C? if possible then How? ..Thanx
  • Specifying the starting address for library routines in common space; How?
    When linking with banking, the keil standard library routines are being placed in common space with a specific GAP "64F2H" every time. Does anybody know how to specify the library routines starting...
  • Writing to a specified memory location
    Hi , I am giving a small C program ..this is to find the factorial of a given number. I would like to know how i could write the output value " fact "to a specifed memory location (For example like...
  • Returning from interrupt to a specified address in main
    I'm quite new to context switch and embedded software development. I'm developing a standalone application (no OS) with aduc7026 and keil uVision3. My problem is that at the end of an uart messagge,...