Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add specialized GPIO blocks #68

Open
erlingrj opened this issue Mar 12, 2023 · 0 comments
Open

Add specialized GPIO blocks #68

erlingrj opened this issue Mar 12, 2023 · 0 comments

Comments

@erlingrj
Copy link
Collaborator

To enable our software-defined devices we need some hardware support. This should be use-case driven. Currently I have thought of:

SPI

In SPI the master generates a clock signal, often up to 10MHz, and clocks out the data over the MOSI pin, at the same time the (previous) response from the slave arrives on the MISO pin. To do something like this we probably want GPIO blocks that can shift out a byte together with a clock signal. Also something that can shift IN a byte together with an external clock signal.

Ethernet

To support ethernet we need to use the MDIO protocol to talk to an external Ethernet PHY. FOr GigE this is 8bit wide and clocked at 125MHz. This might be too much for us. But to even manage 10/100Mbps we probably want something where you can write a 32bit word to the GPIO block and then the hardware shifts out byte after byte together with a clock signal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant