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= %u \n", _RBYTE(0x00)); //reading
Everything works, if i store a value to the memory and then i read it. I get the right value (0x04) back.
But why can't i see this value in the "Memory Window" at the range of V:0 at the memory position 0x00?
Info: Periodic Window Update is enabled
Thanks Christian Tauschek