This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can MON51 use the on-chip XRAM of C515C processor?

Hello all,
I'm debugging my C515C board using MON51 of Keil professional kit. There is no other RAM chip on the board except the on-chip 2K RAM of C515C. Can someone tell me if I can set up that 2K on-chip XRAM to cheat the Keil compiler and to debug my code using MON51? I probably set up my memory mapping like below.

MON51 code: start from 0000h
code memory: start from 8000h to BFFFh
XRAM (on-chip): start from F800h to FEFFh
MON51 RAM: start from FF00h to FFFFh

0