lwIP without RTOS for IAP for STM32F767 Nucleo
Hello!
I'm trying to adapt an example LWIP_IAP in the STM32CubeF7 FW package written for the STM32F769_EVAL board to work on the STM32F767 NUCLEO board.
For this I've had to do a couple of basic changes:
- Change the PHY interface to be RMII
- Comment out the contents of the HAL_GPIO_EXTI_Callback used to change the connection status based on the Ethernet cable being pliugged in.
- Disable any MFX IO stuff since that's not used in the NUCLEO board.
- Change LEDs' port assignments.
This example does not use RTOS which makes sense because a bootloader for IAP is supposed to be as light as possible.
It's failing the netif_is_up test and there is no ping.
I enclosed a ZIP with the package. It still has the STM32F769_EVAL name but I've changed it to try to make it work with the STM32F767 NUCLEO board. Any suggestions? Soemthing else I need to change?
Ah there is no example of LWIP without RTOS for a Nucleo board. I tried generating in the STM32CubeMX and added the MCU stuff and it still does not work
I can get an example with RTOS working fine but I really need now without RTOS.
Thanks
