An open API service indexing awesome lists of open source software.

https://github.com/newam/saleae-logic-w5500

Saleae logic decoder for W5500 SPI frames
https://github.com/newam/saleae-logic-w5500

Last synced: 2 months ago
JSON representation

Saleae logic decoder for W5500 SPI frames

Awesome Lists containing this project

README

        

# W5500 Decoder

Decodes Wiznet W5500 SPI bus transactions in VDM mode.

## Features

* Annotates address phase with "Address {address_value}"
* Annotates the control phase with "{name} block {rw}"
* Annotates following bytes with "Read {register} {value}" or "Write {register} {value}"

## Example

![Example1](https://raw.githubusercontent.com/newAM/saleae-logic-w5500/main/example1.png)
![Example2](https://raw.githubusercontent.com/newAM/saleae-logic-w5500/main/example2.png)