zhigangbox / W5500_STM32F4_SPI_DMA

通过SPI_DMA提高SPI通讯效率,W5500效率、

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W5500_STM32F4_SPI_DMA

This repository is for releasing source codes about the enhancement of W5500 throughput using ST's SPI DMA method. These codes were designed and tested on ST's Nucleo-F401RE board using STM32F401RE. The related post is on http://javakys.wordpress.com/2014/09/04/upgrade-w5500-throughput-on-nucleo-stm32f401re-using-spi-dma/

Directory "Application" and "Ethernet" have the driver codes for WIZnet W5500 and W5200 and loopback test application codes. Directory "PlatformHander" consists of all initialization block for MCU dependent peripherals. Codes for SPI DMA methods are here.

About

通过SPI_DMA提高SPI通讯效率,W5500效率、


Languages

Language:C++ 35.3%Language:C 23.8%Language:HTML 22.3%Language:D 17.6%Language:Makefile 1.0%