I use lwip_mpc5748g example project in S32DS.
It's able to send / receive packets between the board and PC now.
However, there's something wrong that the program always stucks after I put the reset button on the board, and so does that I power-off the board and then power-up it.
The situation just happens while the program is based on freertos, instead of those without freertos such as ethernet_udp_Zx example project in S32DS.
I have no idea how to power-on reset to make the program re-run from the beginning like other programs without freertos.
Is it any possible to solve it?
Thanks a lot.