Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trou/saleae-spi
Saleae SPI -> CSV -> Binary
https://github.com/trou/saleae-spi
Last synced: 2 months ago
JSON representation
Saleae SPI -> CSV -> Binary
- Host: GitHub
- URL: https://github.com/trou/saleae-spi
- Owner: trou
- License: mit
- Created: 2018-02-21T10:06:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T16:59:44.000Z (about 4 years ago)
- Last Synced: 2023-04-01T10:14:16.605Z (almost 2 years ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Trivial tool in Ruby to parse the result from the SPI analyzer from Saleae, exported in CSV.
It analyzes (some) commands and allows you to export the data that is read from
the SPI to a binary file, very useful to check an SPI flash content.## Example
```
$ ./decode_spi.rb boot_spi1.csv dump
0.039776 : WRITE DISABLE
0.039777 : JEDEC READ ID
0.039784 : ID 0x7f 0x9d 0x21
---------------------
0.039788 : READ @ 0x0
0x12,0x42,0x00,0xd3,0x22,0x00,0x00,0x00,0x00,0x00
[...]
```