stm32-enc28j60 icon indicating copy to clipboard operation
stm32-enc28j60 copied to clipboard

An ENC28J60 (cheap ethernet module) library for STM32 projects

Results 4 stm32-enc28j60 issues
Sort by recently updated
recently updated
newest added

Hi ! I was trying to use this library to communicate in TCP from a STM32F103C8 MCU (the bluepill board) to my computer, but I am facing a communication speed...

Hello! I’m sharing the v3 update tonight and wanted to provide some explanations. - I’ve renamed the folders: ./inc to ./Inc and ./src to ./Src. - I’ve reviewed the headers...

Hi ! A lot to talk about... Do we start with questions ? I will work on a V3.1 with : - main.c file example - License.md file - work...

in the enc28j60.h file : #disableChip __HAL_SPI_DISABLE(hspi) puts CS high (no asserted) This change is in comment so people can update their driver without having to change their .ioc file.