Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    ESP32-C3 JTAG Debug

    Posted By: lucky_aut
    ESP32-C3 JTAG Debug

    ESP32-C3 JTAG Debug
    Duration: 03:22:06 | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 1.47 GB
    Genre: eLearning | Language: English

    Learning JTAG Debug Skill by using OpenOCD
    What you'll learn
    GDB, JTAG, OpenOCD basic knowledge
    Setup GDB JTAG Debug for ESP32
    Use GDB to debug ESP32-C3 software
    JTAG GDB debug skills
    Requirements
    one ESP32-C3 board with USB Jtag interface, such as "ESP32-C3-DevKit-RUST-1".
    Description
    This course focus on how to use GDB to implement the JTAG debug for ESP32-C3 firmware software through OpenOCD.
    We will learn the JTAG debug skill for the following GDB commands:

    (1) Break command: learn how to add break point at different positions of the code, how to check the break point information,  delete break point and set the temporary break point;
    (2) Watch command: learn how to watch the value for different types of variables, such as, integer, pointer and expression;
    (3) Next, Step, Until command: Learn how to debug the code step by step;
    (4) Print command: learn how to print out data value for the integer, array, string, struct and variables in different functions and files, also included how to set data with different values by print command;
    (5) Display command: learn how the display command automatically show the variables' value;
    (6) Examine command: learn how to show variables' value according the memory address;
    (7) Ptype, whatis command: learn how to show the type of the variables;
    (8) Backtrace, where, frame command: learn how to trace the code by the stack information;
    (9) Jump command: learn how to ignore code, repeat code and run branch code by the jump comand;
    (10) Set command: learn how to set "code" variable value and how to set "environment" variable value;
    (11) Define command: learn how to create a new "command" by using define command;

    NOTES:
    The course is based on one ESP32-C3 USB JTAB board, NOT on one normal ESP32 board. You can get more information from lecture 4.

    Who this course is for:
    People who is interested in using GDB JTAG debug for ESP32-C3

    More Info