• C167CS - can't access XRAM @0xC000
    Can any one tell me how to access the XRAM at address 0xC000 on the C167CS . I have :- - ticked 'use on-chip xram' - added XRAM class in linker file is as follows :- CLASSES (ICODE(000000h),...
  • Can't access memory "all of a sudden"
    I have been using a Stellaris LM3S1968 eval board for a while now and all of a sudden I load a project that I have programmed it with several times and I get "Can't access memory". The project is the...
  • Protocols for Shared Memory Access
    I am currently working with dual C165 processor system, for which a limited amount of shared memory chips are being added. Can anybody suggest a suitable system of protocols for this shared access which...
  • accessing the external memory in c161pi
    i am trying to access the code from external memory starting from 0x100000 but i get an error C65.i remapped the memory map but still unable to do that.i found one weird thing when i disable external...
  • External data memory access
    I'm trying to access to a non-volatile memory DS1330YP from C167CR-LM and I'm trying to save absolute variables making defines like this: #define x MVAR (uword, 0x80000) I've configured the start...