I have downloaded uVisionV4.53.0.6.I used P89C51RD2XX microcontroller founded by Philips. If I used internal RAM of it by instruction "MOV 40H,A",how can I see the contents of internal RAM after execution of program? Also how I can see contents of external RAM/ROM after execution of program containing one or more such instructios- MOVX @DPTR,A ; MOVX A,@DPTR ; MOVX @R0,A ;MOVX A,@R0 ; MOVC A,@A+DPTR ;MOVC A,@A+PC? I use Windows XP.
Can I use uVisionV4.53.0.6 on Windows7? If not,what should I use?
The uVision Manual is available online; for your particular query, see:
http://www.keil.com/support/man/docs/uv4/uv4_db_dbg_memwin.htm
Side Note:
"P89C51RD2XX microcontroller founded (sic) by Philips"
It's not the microcontroller that's "founded" by Philips; it's NXP - the company - that was founded by Philips.
I have read the manual but I could not get it.In the software,there are 4 windows of memory.All of them are program memories having 4-digit hex addresses.I want to see contents of internal RAM having 2-dit hex address.Also what should I do to use this software on Windows 7?
http://www.keil.com/support/man/docs/uv4/uv4_memtypespec.htm
http://www.keil.com/support/man/docs/c51/c51_ap_genericptr.htm