Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to Nucleo-STM32F429ZI - LwIP  

Nucleo-STM32F429ZI - LwIP

-SOLVED-
I finally found a permanent fix for this. In the CubeMX repository search for sockets.h. You will likely find it in the ../MiddleWares/Third_Party/LwIP/src/include/lwip directory of the FW version for the family type downloaded. Search “#define LWIP_TIMEVAL_PRIVATE” and change the 1 that follows to a 0. Now whenever CubeMX pulls the source it will correct. Interesting that there is a comment ahead of the code that reads :
/** LWIP_TIMEVAL_PRIVATE: if you want to use the struct timeval provided
* by your system, set this to 0 and include in cc.h */