Skip to main content
ggowd.1
Associate III
December 11, 2023
Solved

How to configure ethernet as RMII without RTOS in NUCLEO-H745ZI

  • December 11, 2023
  • 1 reply
  • 1618 views

Hello Team,

 

I am trying to configure ethernet as RMII mode without RTOS IN NUCLEO-H745 but unable to ping IP address in command prompt also disabled the interrupt. Are there any bugs in ethernet library files? In my code I am unable go inside while loop of MX_LWIP_Process(); it will struck in MX_LWIP_Init(); function. Is there any changes I need to do.

With RTOS it's working 

PFA

 

Best Regards,
Gagan Gowda

This topic has been closed for replies.
Best answer by STea

Hello @ggowd.1 ,

I understand that you are facing some issues when trying to use Ethernet H745 without any RTOS but in your description you mentioned that you disabled the interrupt what did you mean?

are you able to ping the board with the RTOS?

I need further details about your code implementation to be able help you further .

BR

1 reply

STeaBest answer
ST Employee
December 13, 2023

Hello @ggowd.1 ,

I understand that you are facing some issues when trying to use Ethernet H745 without any RTOS but in your description you mentioned that you disabled the interrupt what did you mean?

are you able to ping the board with the RTOS?

I need further details about your code implementation to be able help you further .

BR

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.