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.
Comments The new version of Dscope (uVision2 V2.06) is extremely slow when compared to the previous versions. To blank a 64K block of RAM on MCB board takes over 5min where as in the previous version the same code executed in about 15 seconds. Is there any reason why it takes so long?
There should be no speed difference between the new tools and the older tools. How are you clearing the memory on the MCB board? Keil Support
With the function: memset(c:0,c:0x3f,0) It is good with the simulator but not with the monitor! Thanks