Search found 3 matches

by Bidouill
Wed Dec 19, 2018 8:49 pm
Forum: ESP-IDF
Topic: strong vApplicationStackOverflowHook
Replies: 19
Views: 17860

Re: strong vApplicationStackOverflowHook

Good guess, it did the trick.
Where can I find more documentation on "COMPONENT_ADD_LDFLAGS" to plainly understand why this works now?
by Bidouill
Wed Dec 12, 2018 8:12 pm
Forum: ESP-IDF
Topic: strong vApplicationStackOverflowHook
Replies: 19
Views: 17860

Re: strong vApplicationStackOverflowHook

Hi, Yes I try with just vApplicationStackOverflowHook function in my freertos_hook.c file : no change. I try to put the vApplicationStackOverflowHook function inside app_main.c file and it works. But as soon as I put it in the another file it doesn't work. freertos_hook.c is in the same folder as ap...
by Bidouill
Tue Dec 11, 2018 9:01 pm
Forum: ESP-IDF
Topic: strong vApplicationStackOverflowHook
Replies: 19
Views: 17860

strong vApplicationStackOverflowHook

Hi everyone, I wrote a specific vApplicationStackOverflowHook function in order to have a special behaviour when hook appends. But it's still the vApplicationStackOverflowHook of panic.c that is called even if it has a weak attribute. Do I have to put something in my makefile to set my vApplicationS...