We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Maybe you should try ISD51, the new debugger in uVision2.