Posted on July 06, 2018 at 16:02Hi all: Who can give me a correct ioc file which support lwip in STM32H743Nucleo board. I work 5 days, but can not using cubemx to generate a correct lwip project. thanks.
Posted on July 03, 2018 at 17:56Hi all: STM32Cube_FW_H7_V1.2.0 ethernet sample is using DHCP, I want use static IP address. So I change the DHCP definition to 0 in lwipopts.h.&sharpdefine LWIP_DHCP 0 After comple the code and dow...
Posted on July 01, 2018 at 17:03Hi all: I use STM32H743zi-Nucleo, and use cubemx to config ethernet, using IAR and static ip address, after generate the code, but I can not ping the board. Dose anybody know where is wrong? The attachment is the...
Posted on July 01, 2018 at 15:42Hi all: I using cubemx to config stm32h743 eth, why pc1 can not set output speed to very high, the pc1 can only select low, not like other pins.Thanks. #stm32h7-ethernet
Posted on July 01, 2018 at 15:32Dear all: Dose cubemx support stm32h7 using other phy ic, not only using lan8742, like stm32f4. The first pic is cubemx support stm32h7,the second pic is cubemx support stm32f4,the different between two pics is th...
Posted on July 04, 2018 at 17:52Dear Imen D Can stm32cubemx team give a sample ioc file, which can correctly generate the lwip project in nucleo-h743zi board. Thanks.
Posted on July 04, 2018 at 16:55Dear all: I found STM32Cube_FW_H7_V1.1.0 lwip sample(LwIP_HTTP_Server_Netconn_RTOS) can run correctly in the board. So after compare the different between this two project, I finally find STM32Cube_FW_H7_V1.2.0 lwi...
Posted on July 04, 2018 at 13:50I only disable DHCP future and set the correct static ip address. RTOS is actived. Nothing else changed. But the sample code can not work correctly.