stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
156 stars 43 forks source link

Support Nucleo-H743 #21

Closed KOUKILEO closed 11 months ago

KOUKILEO commented 5 years ago

I am using the stm32 Ethernet network library. But he told me that the compilation error. I am a newcomer to stm32. How can I solve him ? thank . The development board I am using is STM32 Nucleo-144. nucleo-h743zi

image image

fpistm commented 5 years ago

Which board exactly? There is several Nucleo144.

KOUKILEO commented 5 years ago

哪個板完全正確? 有幾個Nucleo144。

Is stm32 nucleo-h743zi https://os.mbed.com/platforms/ST-Nucleo-H743ZI/

fpistm commented 5 years ago

Ok thanks for the feedback. Currently, this is a know issue. Ethernet on H7 is not managed like other platform. When I've introduced the H7 series, I've point it out in the restriction: https://github.com/stm32duino/Arduino_Core_STM32/pull/392

KOUKILEO commented 5 years ago

好的,謝謝你的反饋。 目前,這是一個已知的問題。 H7上的以太網不像其他平台那樣管理。 當我介紹H7系列時,我在限制中指出了它: stm32duino / Arduino_Core_STM32#392

Ok, thank you for your help! I look forward to being supported as soon as possible.

OmarAlkassab commented 4 years ago

Any news for the Support of Nucleo-H743 board?

fpistm commented 4 years ago

Hi @OmarAlkassab Currently, I had no time to work on this. Hope to have some time soon to work on this.

OmarAlkassab commented 4 years ago

Many thanks dear

OmarAlkassab commented 4 years ago

Dear @fpistm I am newbie with STM32 microcontrollers, and I need to run a small web-server using the Ethernet port on the Nucleo board, can you suggest me how to easily run it?

markmaker commented 3 years ago

Plus one. ;-)

sstaub commented 3 years ago

Any news about?

fastlock commented 3 years ago

Any news about or some hints for solving the problem?

fpistm commented 3 years ago

Any news about or some hints for solving the problem?

Unfortunately not. Currently, no time to work on this. Sorry.

joaquinbvw commented 3 years ago

Hi. Is there any example from like other frameworks that we can use to enable Ethernet on the H7? Any tip would be great, maybe I can see how to make it work, but I need a starting point. Thanks!

fpistm commented 3 years ago

STM32H7 Ethernet part diverge from other, so it will request to integrate it properly and also handle properly each PHY (#34) This will required some time as currently I've no free slot, sorry.

LevitateGamer commented 2 years ago

Do you have any updates waiting now/being worked on? I have the stm32h743zi2. Basically, do you now have a time slot for this

STM32H7 Ethernet part diverge from other, so it will request to integrate it properly and also handle properly each PHY (#34) This will required some time as currently I've no free slot, sorry.

EricZeiberg commented 2 years ago

Any update on this? If not, is there a workaround in the meantime?

4ndreas commented 1 year ago

almost 3 years later, any news on this? I really like to use the H7 series since they are at least in some quantities available on the market.

fpistm commented 1 year ago

Unfortunately, time is always the missing ingredient. This is a community project, any contribution are welcome. It is always in the pipe but can't say when.

4ndreas commented 1 year ago

Unfortunately, time is always the missing ingredient. This is a community project, any contribution are welcome. It is always in the pipe but can't say when.

understandable, It took me 3 days but I managed to get it working. https://github.com/4ndreas/STM32Ethernet I added an example with TCP and UDP that I used, everything else is untested.

however there are so many changes that it is hard to integrate in the current version.

The biggest problem is the addition to the linker-script and the MPU_Config to unlock the memory. I think the best way would be to create a variant of the board with and without ethernet?

fpistm commented 1 year ago

Hi @4ndreas Thanks for sharing. About linker script we could probably use preprocessing to enable or not the dedicated part as the linker file is preprocessed. About the integration, as mentioned above, the generic phy support should be implemented, I guess.

markmaker commented 1 year ago

About the integration, as mentioned above, the generic phy support should be implemented,

@fpistm could you explain (in short word) what that means? Thanks.

fpistm commented 1 year ago

It refers to this: https://github.com/stm32duino/STM32Ethernet/issues/34 As it would requires some rework it should be done first.

fpistm commented 11 months ago

Will be handled by #34

Uday2024 commented 11 months ago

Hi @fpistm , now the stm32h743zi MCU supports the STM32 ethernet right?

fpistm commented 11 months ago

Hi @fpistm , now the stm32h743zi MCU supports the STM32 ethernet right?

No. As stated in my previous comment:

Will be handled by #34