2020-10-27 02:08 AM
I have downloaded Ethernet example code "LwIP_HTTP_Server_Netconn_RTOS" for NUCLEO-H743ZI board from STMCubeMX. Even though it is working on NUCLEO-H745ZI board without any changes but I want to change the drivers to actual STM32H745ZI board.
I have lot of other drivers as well to be included going forward.
Could you please guide me for the changes to be done to make it work for NUCLEO-H745ZI board?
Also, Can we generate .ioc file for the example code from STM CubeMX?
2020-10-27 02:29 AM
Both are the same die, with 743 some parts disabled. So goung 743->745 is a no-brainer, going the other way maybe needs some thoughts.