This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

creating monitor file for 8051 fx2

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.