Search found 4 matches

by ojoj42
Thu Sep 10, 2020 11:25 am
Forum: ESP-IDF
Topic: Wi-Fi sending delays
Replies: 1
Views: 2799

Re: Wi-Fi sending delays

Hi maximekli,

We are facing similar problems, Did you ever find any solution or understanding for your problem?

Kind Regards
Daniel
by ojoj42
Wed Aug 19, 2020 8:16 am
Forum: ESP-IDF
Topic: Wait for debugger
Replies: 1
Views: 2225

Wait for debugger

Hi,

Is it somehow possible to generate a break point in code and than wait for the debugger (jtag) to connect to target and start debugging at that point?

Kind Regards
Daniel Moberg
by ojoj42
Tue Jun 02, 2020 2:06 pm
Forum: ESP-IDF
Topic: Possible to pipe apptrace logs to GDB?
Replies: 9
Views: 10948

Re: Possible to pipe apptrace logs to GDB?

Hi ESP_igrr,

Thank you for your fast replay, Now it works.

I think _GLOBAL_REENT->stdout should be _GLOBAL_REENT->_stdout by the way.

Thanks again

Kind Regards
Daniel
by ojoj42
Tue Jun 02, 2020 9:16 am
Forum: ESP-IDF
Topic: Possible to pipe apptrace logs to GDB?
Replies: 9
Views: 10948

Re: Possible to pipe apptrace logs to GDB?

Hi, I have tried the overriding stdout as in the example code above but i get a problem where I only get printouts from the task where I did the override. I was expecting the override to affect all tasks. Note that i did the override in the start of app_main which creates my other tasks. Any idea wh...