Search found 2 matches

by Kniroxe
Mon Sep 23, 2024 6:00 pm
Forum: ESP-IDF
Topic: Create and use external component
Replies: 2
Views: 630

Create and use external component

Hi, I'm trying to use the following component: "https://github.com/bitfixer/esp32s3vga/tree/main". I created the folder for components and made the necessary changes in the CMakeLists.txt to add it. The problem occurs when I try to build it: if I keep the main.c file as a C file, the compiler treats...
by Kniroxe
Tue Sep 17, 2024 12:15 am
Forum: General Discussion
Topic: Problem with a high resolution counter
Replies: 1
Views: 519

Problem with a high resolution counter

I am trying to create a counter to generate differents waves for VGA conecction. For this, Im using the gptimer, with the maximun resolution of 40MHz. The problem is that, when I try to use a low alarm count the ESP32 send a error the error "Guru Meditation Error: Core 0 panic'ed (Interrupt wdt time...