26
flashws - This command is used to adjust the number of wait state for the Flash ROM.
sramws - This command is used to adjust the number of wait state for the SRAM.
Examples:
To see all the available options and supported choices, the command is:
set
To set the baud rate of the board to be 19200, the command is:
set
baud 19200
Now press the RESET button (RED) or RESET command for the new baud to take effect. This baud will
be programmed in Flash ROM and will be used during the power-up.
In order to use the KNE2000TLC ethernet ISA card in the system, the debugger need to know its IRQ and
its base address. The Kingston Technology Corporation ethernet card KNE2000TLC has a default base
address of $300 and uses IRQ3. To set up the debugger for ethernet communication, the following
commands should be issued first.
set
nicbase 300
set
nicirq 3