Search found 1 match
- Tue Feb 07, 2023 6:03 pm
- Forum: General Discussion
- Topic: ESP32 S3 Usb jtag debugging error (uxTopUsedPriority)
- Replies: 0
- Views: 1248
ESP32 S3 Usb jtag debugging error (uxTopUsedPriority)
board: esp32-s3-devkitc-1-n8r8 ide: espressif ide when i tried to debug the following code #include <stdio.h> #include <stdbool.h> #include <unistd.h> #include "SevenSegment.h" void app_main() { SevenSegment_Config config = { .num_segments = 8, .num_digits = 1, .segment_connections = {15,40,41,4,5,7...