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, I am using cypress 8051 fx2 micro controller for 2 types of boards. For the first board, I have external RAM at 0x6000 - 0xdfff so I do not have problem using monitor provided by cypress (mon-ext-sio1-c0.hex) which is locating the code at 0xc000.
For the second board, I have external RAM at 0x4000 - 0xbfff. Therefore, I can not use mon-ext-sio1-c0.hex file(no RAM at 0xc000).
Using Mon51 provided by keil, can I generate monitor file as per mon-ext-sio1-c0.hex? If I can, I will be able to relocate code/xdata for my second board.
Thank you. y.s.
After Installation of CY3684 dev kit CD, you'll see another monitor hex files in this folder.
C:\Cypress\USB\Target\Monitor\
8K internal version (mon-int-sio1.hex) will work for your setup. If you don't like it, mon_i2c folder in above folder holds source code and library for customization. Starting from this source code, you may be able to make up another monitor.
Downloadable Dev kit CD for "CY3684 EZ-USB FX2LP Development Kit" on Cypress download.cypress.com.edgesuite.net/.../cy3684_ez_usb_fx2lp_development_kit_15.exe
Tsuneo