• Problems with XDATA
    Hi, I try to accces external Memory using XDATA. I use the following code: extern volatile unsigned char xdata interface_register _at_ 0x3; This is the variable I want to acces, like...
  • Problems with XDATA
    Hi, I try to accces external Memory using XDATA. I use the following code: extern volatile unsigned char xdata interface_register _at_ 0x3; This is the variable I want to acces, like...
  • xdata problem with ds5250?
    now I am using ds5250 to do RSA algorithm. I have 512k externel SRAM. and the off-chip code memory start:0x00000 size:0x40000 off-chip xdata memory start:0x0400 size:0x1000 start:0x40000 size:0x40000...
  • Problem with xdata const
    Hello, I try some like this: xdata const char table[]={"BBBB"}; to place consts in ext. ROM. Everything is OK, but i get only ONE hex file. I need hex file to burn internal flash ROM in...
  • xdata problem with ds5250?
    now I am using ds5250 to do RSA algorithm. I have 512k externel SRAM. and the off-chip code memory start:0x00000 size:0x40000 off-chip xdata memory start:0x0400 size:0x1000 start:0x40000 size:0x40000...