-
Notifications
You must be signed in to change notification settings - Fork 1
Legacy:Tests
This app is a command-line interactive interface to test the driver and the device. You can issue commands on STDIN and the response will be written to STDOUT/STDERR.
This command reads the device status and outputs in a table-like structure.
The first 4 cells are the measured voltages on different pins in ###.##
format
The fifth is the current flowing out on VCC
The sixth consists of 3 flags: *
(VCC on), +
(overcurrent detected) and -
(reverse current detected). The column has a .
if that flag is TRUE
and is left blank otherwise
The seventh similarly has all the resources-in-use flags: JTAG, CLK1, CLK2, RST, Serial IO, EP1&EP2, EP3&EP4
This command reads the clock's status (whether it is active; current values of the registers)
This command gets the power limit, as well as the correction values (the latter as a hex dump)
Setting the VCC pin
Performs a JTAG scan and outputs the devices' identifiers
Bye