• Memory window does not display meaningful external data RAM content
    Hello, In my debug session, when I tried to display the contents of the external data RAM through the memory window, I see always a value corresponding to the upper 2 nibbles of the address. For...
  • Nohau ICE & var's in external RAM & watch window
    I can't seem to figure out how to put variables declared via KEIL's absolute memory access macros (#include <absacc.h>) such as: #define myVariable HVAR(unsigned int, 0x100000) into my Nohau (EMUL166PC...
  • External RAM memory tester program
    Hello, I am trying to check if addresses bus and data bus are well configured in my external RAM memory. I have done this algorithm #include <XC164.h> #define low_adress 0x400000; #define high_adress...
  • Memory Map Memory Window
    Hello, i use the PK51 with uVision3. i am mapping a memory range within a signal function: MAP V:0,V:0xFF READ WRITE _WBYTE(0x00, 0x04); // store Byte 0x04 to adress 0x00 printf("Value...
  • How to use External Ram
    I am student and study in AIT. I need example program of Keil-C for use External ram use with IC ADuC832 which address of my external ram has range an address at 0x00000 to 0x7FFFF (512KByte). I want...