nopnop2002 / Arduino-STM32-Ethernet-LAN8720

Ethernet on STM32 using external PHY
MIT License
32 stars 10 forks source link

Support communication LAN8720 #7

Open Ddh012345dhD opened 3 years ago

Ddh012345dhD commented 3 years ago

image How to fix this error?Help me!

nopnop2002 commented 3 years ago

Did you install this ?

STM32 core support for Arduino. https://github.com/stm32duino/Arduino_Core_STM32

Arduino library to support Ethernet for STM32 based board. https://github.com/stm32duino/STM32Ethernet

Lightweight TCP/IP stack (LwIP) is a small independent implementation of the TCP/IP protocol suite. https://github.com/stm32duino/LwIP

Ddh012345dhD commented 3 years ago

I installed all of them

nopnop2002 commented 3 years ago

This is mine.

Are you the same?

stm32

FreeRTOS doesn't matter

stm32-2

Ddh012345dhD commented 3 years ago

image my library manager

Ddh012345dhD commented 3 years ago

image error: 'ETH_DMADescTypeDef' does not name a type error: 'ETH_DMADescTypeDef' does not name a type

nopnop2002 commented 3 years ago
error: 'ETH_DMADescTypeDef' does not name a type
error: 'ETH_DMADescTypeDef' does not name a type

These are used inside the STM32duino library, not my sketches.

No problem in my environment

It may be affected by other libraries such as STM32duino_FreeRTOS.

Contact to ST-Micro.