STM32duino
STM32duino copied to clipboard
Ported Arduino libraries ready for STM32duino project.
Results
2
STM32duino issues
Sort by
recently updated
recently updated
newest added
DHCP
1
Hi I have connected my ENC28j60 to my Mikrocontroller and the .begin() returns true, so it should be correct wired. But whatever I do the DHCP returns an error. What...
`if (ether.begin(sizeof Ethernet::buffer, mymac) == 0,PA9)` should be `if (ether.begin(sizeof Ethernet::buffer, mymac, PA9) == 0)`