Hi to all , I am using EZ-USB-CY7C64603. Creating hex file of my program in c, using uvision2 and using this hex file in other application program to download at above chip. What i need is, how to see the external memory contain's of above chip. Although the application program is having no relation with uvision. Please help me if anybody can.... Thank's Pati
Thank's sir for u r veiw.But the objective is like: I have to send particular data to particular memory (external) from my application program. This command uses hex file created by uvision IDE. I am not able to run my target level program at simulator. How can i see that my data is on specified memory location at run time. Please suggest me. Regards Pati
If the external memory is just accessed as normal 8051 XDATA, there should be no problem. IS your external memory just accessed as normal 8051 XDATA?
Once again .... Thank's yes external memory is just accessed as 8051 XDATA. Now how to watch it . Please Guide. Pati
Just open a memory window and view XDATA! Sounds like you need to set this project aside for a while to go back and read the uVision Getting Started Guide, and work through the example projects in it. This will give you a proper introduction to the tools, how they work, and how to use them - rather than just jumping-in blindly at the deep end! (The uVision Getting Started Guide is available on the 'Books' tab in the 'Project' Window; The 'Books' window is also available via the 'Help' menu; failing all that, search for GS51.PDF in your Keil folder)
Thank's Mr.Neil for u r advice. Regard's Pati