• off chip xdtata memory settings
    hi, i have a machine with 12mb of flash...however when i compile my program in keil i get the following error ...my code is loaded into flash...however how do i tell the keil linker about this n...
  • how do you configure off-chip code and xdata memory in target options?
    Hello, I'm having trouble understanding a demo code I'm working with. The chip is d 71M6543 from teridian, which has 64k flash, And 5k xdata. It is an SOC, so the data and code memory are shared...
  • Use of "Off-chip XData Memory"?
    Hi, I'm running a small testapp to see if my 80c32 uP is running fine. Therefore, I toggle P1_0 and next to this, I'm writing a value to a var defined in external RAM. The RAM starts at address...
  • Taget option Setting for off-Chip Memory for write permission on LPC2378
    I am Working on External Memory Controller register & doing programming in Keil. Here I Send data on CS0 which has address 0x80000000; which is placed in off chip memory. I got option to set off chip...
  • Memory class question
    Is it possible to place some critical variables, as near memory type, in the on-chip 1K memory, yet other non-critical variables, still declared as near memory type, in the external memory? In other words...