what drugs were the RMII people on
multiplexing a fully asynchronous signal (CRS) with a fully synchronous signal (DV) to get this weird... half-asynchronous-half-synchronous thing where *some* rising edges are referenced to REF_CLK and some are not, but all falling edges are
what drugs were the RMII people on
multiplexing a fully asynchronous signal (CRS) with a fully synchronous signal (DV) to get this weird... half-asynchronous-half-synchronous thing where *some* rising edges are referenced to REF_CLK and some are not, but all falling edges are
core of the controller: github.com/GlasgowEmbed...
wrapper that makes it an applet: github.com/GlasgowEmbed...
core of the controller: github.com/GlasgowEmbed...
wrapper that makes it an applet: github.com/GlasgowEmbed...
もはや常人のものさしでは測れないな。
もはや常人のものさしでは測れないな。
Anyway, this seems to be working, so I guess I need to do the fully integrated version with a GPS module now.
Anyway, this seems to be working, so I guess I need to do the fully integrated version with a GPS module now.
http://www.scaprile.com/2023/02/05/on-hardware-state-machines-how-to-write-a-simple-mac-controller-using-the-rp2040-pios/
Could be a fun project to create a Rust crate for
http://www.scaprile.com/2023/02/05/on-hardware-state-machines-how-to-write-a-simple-mac-controller-using-the-rp2040-pios/
Could be a fun project to create a Rust crate for
pico-rmii-ethernet_nceリポジトリは、Sandeep Mistryによるpico-rmii-ethernetライブラリのフォークであり、データ転送速度の向上やシステムクロックの選択の柔軟性などの改良がされています。このライブラリは、送信と受信用のDMA駆動リングバッファを使用し、リソース利用の詳細が提供されています。カスタマイズオプションも利用可能ですが、最高のパフォーマンスを得るためには、RP2040 SRAMから直接実行する必要があります。このライブラリは主にCとCMakeで書かれています。
pico-rmii-ethernet_nceリポジトリは、Sandeep Mistryによるpico-rmii-ethernetライブラリのフォークであり、データ転送速度の向上やシステムクロックの選択の柔軟性などの改良がされています。このライブラリは、送信と受信用のDMA駆動リングバッファを使用し、リソース利用の詳細が提供されています。カスタマイズオプションも利用可能ですが、最高のパフォーマンスを得るためには、RP2040 SRAMから直接実行する必要があります。このライブラリは主にCとCMakeで書かれています。