Esp32 Semihosting Console always empty

Sysprogs forums Forums VisualGDB Esp32 Semihosting Console always empty

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23020
    angel
    Participant

    Esp32 Semihosting Console always empyt, i’m using esp-wrover-kit progamming ok code upload but doesnt show anything on console.

    #23021
    support
    Keymaster

    Hi,

    Most likely the app_trace is not enabled for your project. Please try following this tutorial in order to enable it: https://visualgdb.com/tutorials/esp32/apptrace/

    #23029
    angel
    Participant

    Actually i want to see ESP_LOGI, ESP_LOGE … function’s outputs.

    #23030
    support
    Keymaster

    Hi,

    If you want to redirect the ESP_LOGI and similar functions to the app_trace console, you may need to enable some ESP-IDF configuration parameters. Please check the ESP-IDF documentation for details. If instead you want to view the output from the serial port, please use the Raw Terminal page of VisualGDB Project Properties (Custom edition or higher) or our free SmarTTY tool.

    #23048
    angel
    Participant

    thanks for information.

    i sent you license upgrade mail via student discount page

     

    thanks

    #23051
    support
    Keymaster

    No problem. Let us know if you have further questions and we will be happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.