diff options
| author | Keith Packard <keithp@keithp.com> | 2008-12-06 16:32:12 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2008-12-06 16:32:12 -0800 |
| commit | 3709ec3205cfb152b6568f3ea505c67fe7504c2a (patch) | |
| tree | c5b8859121e2f5ad6ee73f95b6df3ea128cde9cf /get_status | |
| parent | 39801e6e9fb9388072ee414a447f74095a6ac960 (diff) | |
Add libusb support and lots more examples
Diffstat (limited to 'get_status')
| -rw-r--r-- | get_status | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/get_status b/get_status new file mode 100644 index 00000000..3ca4a303 --- /dev/null +++ b/get_status @@ -0,0 +1,71 @@ +# +# Debug mode - drive RESET_N low for two clock cycles +# +C D R +. D . +C D . +. D . +C D . +. D R + +# +# GET_STATUS +# + +C . R 0 +. . R +C . R 0 +. . R +C D R 1 +. D R +C D R 1 +. D R + +C . R 0 +. . R +C D R 1 +. D R +C . R 0 +. . R +C . R 0 +. . R + +# +# Now read for a while +# + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R + +C D R +. D R +C D R +. D R +C D R +. D R +C D R +. D R |
