LWIP example causes DevAssert

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LWIP example causes DevAssert

Jump to solution
2,917 Views
MattJCole
Contributor V

Processor 5748G

FreeRTOS V10.0.1

Component S32_SDK_C55

SDK S32_SDK_S32PA_RTM_3.0.0

I am using the DEVKIT-MPC5748G

The example application for the LWIP causes a DevAssert when you run it for a few minutes. Is there a reason this is happening and how can I stop it from happening.

0 Kudos
Reply
1 Solution
2,896 Views
MattJCole
Contributor V

I think I found out what the problem is. The default stack size in the demo is 512. I turned on "check for stack overflow" and a stack overflow happened. I increased the stack size to 1024. It has been running for 15 hours with no trouble.

View solution in original post

0 Kudos
Reply
1 Reply
2,897 Views
MattJCole
Contributor V

I think I found out what the problem is. The default stack size in the demo is 512. I turned on "check for stack overflow" and a stack overflow happened. I increased the stack size to 1024. It has been running for 15 hours with no trouble.

0 Kudos
Reply