Skip to content

dnereutskii/stm32f1_enc28j60_udp_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP server on STM32F103C8 and ENC28J60

Sources

Burn firmware

openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32f1x.cfg -c "init; reset halt; flash write_image erase test.hex; reset; exit"

Fire up OpenOCD

Linux

openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32f1x.cfg

Windows

openocd -f "C:/xpack-openocd-0.11.0-5/scripts/interface/stlink-v2.cfg" -f "C:/xpack-openocd-0.11.0-5/scripts/target/stm32f1x.cfg"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages