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

MON51 on a Rigel Corp R-515JC

I am trying to use MON51 on a Rigel Corporation R-515JC.
I have tried using the install.bat with the following parameters:

install 1 0C0 00

I also tried:

install 0 0EF 00

The board has a 32K EPROM (27C256) that I programmed
the resulting Hex file into. The board configuration
has the EPROM at 0 and the RAM at 8000h.

In install.a51 I set:

INT_ADR_OFF EQU 8000H
DEF_PC_VAL EQU 8000H


I can't get it to go!
Anybody got any suggestions or experience with this board?

Parents
  • Does MON51 require some hardware hand-shaking on the serial port that maybe isn't happening? I use a standard cable and using that same cable on the other Sieman's board with Keil works just fine.

    No. But maybe the Rigel board does something fancy like use DTR to reset the board. Check the schematic of the Rigel board to be sure that it doesn't use the signal lines to reset or enable the board.

    MON51 uses only RX and TX on the serial interface. All other signal lines, DTR, DSR, CTS, RTS, DCD, and RI are not used.

    - Jon

Reply
  • Does MON51 require some hardware hand-shaking on the serial port that maybe isn't happening? I use a standard cable and using that same cable on the other Sieman's board with Keil works just fine.

    No. But maybe the Rigel board does something fancy like use DTR to reset the board. Check the schematic of the Rigel board to be sure that it doesn't use the signal lines to reset or enable the board.

    MON51 uses only RX and TX on the serial interface. All other signal lines, DTR, DSR, CTS, RTS, DCD, and RI are not used.

    - Jon

Children