2025-03-26 5:04 PM - last edited on 2025-03-27 9:43 AM by mƎALLEm
I tried to generate code using stm32cube ide to run lwip and tried to ping the board. But it is not working. Is it possible to generate code that runs without any modifications in the generated code?
2025-03-27 9:37 AM - edited 2025-03-27 9:38 AM
Welcome to the forum.
@Sudheesh_Unnipillai wrote:it is not working.
You need to give more detail - Please see: How to write your question to maximize your chances to find a solution.
@Sudheesh_Unnipillai wrote:Is it possible to generate code that runs without any modifications in the generated code?
2025-03-27 9:43 AM
Hello,
@Sudheesh_Unnipillai wrote:
Is it possible to generate code that runs without any modifications in the generated code?
No. That's impossible. You need some configurations to set in CubeMX or in the CubeMx embedded in CubeIDE.
You need to set the RAM used by the ethernet Tx/Rx descriptors, as well as the LWIP heap with the MPU configuration.
You can refer to this article for STM32H7 product.