STM32F769iDiscovery LwIP Not Running in App Booted from Bootloader
I have merged the examples for this Discovery board LwIP_HTTP_Server_Netconn_RTOS, and STM32CubeExpansion_SBSFU_V2.6.2 (2_Images) projects. I initially had issues with multiple defines for SVC_Handler interrupt but have that resolved now and FreeRTOS is now running. The LwIP stack initializes up to the point in the low level init during netif_set_link_up() trying to do netif_issue_reports(). This thread seems to hang in HAL_ETH_Transmit_IT() when it tries to resume the DMA transmission. When I compare the Eth_handle with the running LwIP project, many of the memory pointers are different. It seems there's a difference (problem) in the DMA initialization of this merged project. Anyone have ideas on how to resolve this?
