Search found 2 matches
- Tue Aug 04, 2020 3:19 pm
- Forum: ESP-IDF
- Topic: Apptrace - Read data from host
- Replies: 1
- Views: 1890
Apptrace - Read data from host
I have some questions using the apptrace library to read data from host via jtag and openocd-esp32. I've successfully got communication working from target to host with the example in the documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/app_trace.html#application...
- Wed Jul 10, 2019 8:14 am
- Forum: ESP-IDF
- Topic: Debugging - Breakpoint at xTaskCreate() does not work
- Replies: 1
- Views: 2757
Debugging - Breakpoint at xTaskCreate() does not work
Hello, I'm currently trying out the Debugging features on ESP32 and have been following this guide successfully: https://docs.espressif.com/projects/esp-idf/en/stable/api-guides/jtag-debugging/using-debugger.html#command-line However, I have some issues/questions regarding breakpoints on Freertos fu...