Skip to content

microtechnics-main/stm32-ethernet-3-arp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 and Ethernet, part 3. ARP.

Demo project with basic ARP protocol implementation for STM32 and ENC28J60 as ethernet physical layer provider. Connection diagram for BluePill development board:

List of required hardware:

  • BluePill (STM32F103C8T6)
  • ENC28J60

Peripherals in use:

  • SPI1 for communication
  • some additional GPIOs in output mode to control ENC28J60

The full description, if necessary, is here.