• C166 : locate some variables in a specified area memory
    Hello, I use Keil µvision 3.60 I need to store some variables from different files.c in the same memory area in order. I saw there are link directives such ORDER, SECTIONS, GROUPS, but it seems these...
  • Specifying the start location of the Main() routine.
    I am using a Goal VRS1000 chip that allows for in-system programming. The ISP program is located at the end of the Flash Memory area. Location 0000h must contain FFh which directs the PC to the beginning...
  • 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
  • SPECIFY EXACT LOCATION FOR C51 USER DEFINED FUNCTIONS
    HELLO all, Can we Sepecify exact location to our own defined functions. for example void function() _at_ c:0x5000; void main() { ... ... } void function() { ... ... }
  • Specifying Absolute location for more than one array
    Hi, I need to specify absolute location(in code memory) for more than one array, I was successful in implementing for one array as mentioned in Cx51 compilers guide(using BL51 Locate). What are the...