Hi Alex,
On Wed, Jun 06, 2012 at 10:52:11PM -0700, Alex2051 wrote:
>
> static void sys_thread_wrapper(void * arg)
> {
> ....
> sys_thread_timeouts_mark_empty();
>
> vTaskDelete(0);// after this operator program goes to hard fault exeption
> }
>
> But if I setup low ptimisation for best debug support I have no fail!
What happens if you add a while(1) after vTaskDelete() ?
> It means that some memory regions used by another process in good
> optimisation are freed by PPP, but must not be freed.. I cant find
> what I do wrong.
Don't think so.
Sylvain
signature.asc
Description: Digital signature
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
