Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Nucleo-H743 #21

Closed
KOUKILEO opened this issue Jun 3, 2019 · 25 comments
Closed

Support Nucleo-H743 #21

KOUKILEO opened this issue Jun 3, 2019 · 25 comments
Assignees

Comments

@KOUKILEO
Copy link

KOUKILEO commented Jun 3, 2019

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
Copy link
Member

fpistm commented Jun 3, 2019

Which board exactly?
There is several Nucleo144.

@KOUKILEO
Copy link
Author

KOUKILEO commented Jun 3, 2019

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

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

@fpistm
Copy link
Member

fpistm commented Jun 3, 2019

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:
stm32duino/Arduino_Core_STM32#392

@fpistm fpistm changed the title Ethernet library compilation error Support Nucleo-H743 Jun 3, 2019
@KOUKILEO
Copy link
Author

KOUKILEO commented Jun 3, 2019

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

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

@fpistm fpistm added this to To do in STM32duino libraries via automation Mar 13, 2020
@OmarAlkassab
Copy link

Any news for the Support of Nucleo-H743 board?

@fpistm
Copy link
Member

fpistm commented May 11, 2020

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

@OmarAlkassab
Copy link

Many thanks dear

@OmarAlkassab
Copy link

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
Copy link

Plus one. ;-)

@sstaub
Copy link
Contributor

sstaub commented Feb 27, 2021

Any news about?

@fastlock
Copy link

Any news about or some hints for solving the problem?

@fpistm
Copy link
Member

fpistm commented May 28, 2021

Any news about or some hints for solving the problem?

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

@joaquinbvw
Copy link

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
Copy link
Member

fpistm commented Oct 20, 2021

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
Copy link

LevitateGamer commented May 28, 2022

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
Copy link

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

@4ndreas
Copy link

4ndreas commented Mar 20, 2023

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
Copy link
Member

fpistm commented Mar 20, 2023

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
Copy link

4ndreas commented Mar 22, 2023

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
Copy link
Member

fpistm commented Mar 23, 2023

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
Copy link

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
Copy link
Member

fpistm commented Mar 23, 2023

It refers to this: #34
As it would requires some rework it should be done first.

@fpistm fpistm mentioned this issue Nov 7, 2023
3 tasks
@fpistm
Copy link
Member

fpistm commented Nov 7, 2023

Will be handled by #34

@fpistm fpistm closed this as completed Nov 7, 2023
STM32duino libraries automation moved this from To do to Done Nov 7, 2023
@Uday2024
Copy link

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

@fpistm
Copy link
Member

fpistm commented Nov 18, 2023

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

No. As stated in my previous comment:

Will be handled by #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests