Forum Replies Created
-
AuthorPosts
-
mattia
ParticipantCan you please share your ESPIDF.xml?
mattia
ParticipantI have just upgraded to IDF 6.0.2, but now I have wrong value set:
——————- Memory utilization report ——————-
Used DATA_FLASH: 0 bytes out of 189KB (0%)
Used INSTR_FLASH: 92KB out of 3264KB (2%)
Used DATA_RAM: 0 bytes out of 176KB (0%)
Used INSTR_RAM: 0 bytes out of 128KB (0%)
Used EXTERN_RAM: 0 bytes out of 4096KB (0%)
Used RTC_DATA: 0 bytes out of 8192 bytes (0%)
Used RTC_IRAM: 0 bytes out of 8192 bytes (0%)
Used RTC_SLOW: 36 bytes out of 8168 bytes (0%)
Used Unknown: 4951KBWhy? All is in Unknown area.
mattia
ParticipantThanks,
and in the STM32CubeMx project? I see that Memory utilization report is correctly displayed, but the flash is displayed as KB instead of B as I would prefer.
Thanks,
Mattia Berton
mattia
ParticipantWhat I mean is this example: https://github.com/espressif/esp-idf/tree/master/examples/system/gdbstub, but as far as I can see, it uses only idf.py, and I don’t know if I can integrate in VisualGDB. What do you think?
mattia
ParticipantI have just renewed.
mattia
ParticipantSorry, I did a complete mistake, can you delete this post?
mattia
ParticipantGood! Using dumping, I see a python package was missing. Thanks!!
mattia
ParticipantOk, I just renewed.
mattia
ParticipantPerhaps my suggestion were not very clear, let me be more clear with some images: as you can see in the image attached, the property “Using dynamic TX/RX buffer” is mapped as “CONFIG_MBEDTLS_DYNAMIC_BUFFER” in sdkconfig.
The filter field search for text in the GUI, but in a lot of example I need to check for the sdkconfig name variable.
So I would like to know if there is a way to search for name as indicated in sdkconfig.
Thank you,
Mattia
Attachments:
You must be logged in to view attached files.mattia
ParticipantJust renewed!
mattia
ParticipantGreat work guys, I will use them ASAP!!
Mattia
mattia
ParticipantHello,
forgive me if I have not been clear. What I’d like to tell you is that I have been able to use OpenOCD to debug the ESP32-C3, but I had to put only the child node as WinUSB, not the root node, as you can see in the image attached. Of course VGDB asks to change the root node to WinUSB, but I neglect and I can correctly debug and have the COM available for logging.
Mattia

Attachments:
You must be logged in to view attached files.mattia
ParticipantHello,
I tried to use the ESP-IDF 4.3.1, but I can’t follow your example https://visualgdb.com/tutorials/esp32/apptrace/
Can you try to reproduce the tutorial on ESP32-C3?
Thank you,
Mattia
mattia
ParticipantDo you have any tutorials on how to use Visual Watch?
mattia
ParticipantHello,
it is correct now. I’ve found another bug, but I’m not sure about it: I would like to use the USB Jtag/serial as console output, but if I try to set it in VisualGDB properties->ESP-IDF Project->Channel o console output->USB CDC and press OK, when I enter in the same menu again the option set is “Default: UART0”. All other options work: Default, Custom UART, None.
What could it be the cause?
Thank you,
Mattia Berton
-
AuthorPosts