stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

Ethernet broken since core 2.5.0 for STM32F746G-DISCOVERY #71

Closed patricklaf closed 1 year ago

patricklaf commented 1 year ago

Since core 2.5.0, Ethernet is broken for STM32F746G-DISCOVERY.

Symptoms:

Core version:

Libraries:

patricklaf commented 1 year ago

I have done more tests today and the problem is not in the Ethernet library. If I enable only Ethernet and NTPClient, it works well with core 2.6.0.

I have to track down what in my application causes this bug since core 2.5.0. Pretty complicated with lots of libraries and lots of peripherals.

Sorry for the inconvenience.

fpistm commented 1 year ago

Hi @patricklaf No worry. Thanks for the feedback.

patricklaf commented 1 year ago

Hi @fpistm Just to add some clue, it seems to be linked to -Og settings. The whole application compiled with -O0 works perfectly. If I enable debug, the problem appears.

I don't know if something changed since 2.5.0 regarding debug settings? BTW it seems to be core related, no Ethernet.