Search found 13 matches
- Sun Nov 10, 2024 7:10 am
- Forum: IDEs for ESP-IDF
- Topic: IDE: Ctrl+Click on symbol is not working
- Replies: 0
- Views: 422
IDE: Ctrl+Click on symbol is not working
Ctrl+Click is not working see the screenshot.
- Thu Nov 07, 2024 2:46 pm
- Forum: ESP-IDF
- Topic: esp32c3: why MIE is not cleared in MSTATUS
- Replies: 1
- Views: 321
esp32c3: why MIE is not cleared in MSTATUS
Hi, I'm debugging the FreeRTOS code and I have found that at the early phase MIE can not clear. Could somebody explain why? See the screenshot. The project is a working 'sample_project' in ESP-IDE using ESP-IDF-5.3.1 It does not matter, I place a BP after this point 2-3 step beyond, the MSTATUS is s...
- Thu Nov 07, 2024 10:25 am
- Forum: ESP-IDF
- Topic: SIE bit is used in MSTATUS?
- Replies: 1
- Views: 384
SIE bit is used in MSTATUS?
SIE bit is used in MSTATUS by the ESP-IDF code?
- Tue Nov 05, 2024 10:44 am
- Forum: ESP-IDF
- Topic: how to maintain multiple versions of ESP-IDF
- Replies: 3
- Views: 852
how to maintain multiple versions of ESP-IDF
I'd like to test my project with multiple version of ESP-IDF (5.0.7, 5.1.5, 5.3.1) How to do that? I did the followings Downloaded the installers. esp-idf-tools-setup-offline-5.0.7.exe esp-idf-tools-setup-offline-5.1.5.exe esp-idf-tools-setup-espressif-ide-3.1.0-with-esp-idf-5.3.1.exe Zipped and sav...
- Tue Nov 05, 2024 6:42 am
- Forum: ESP-IDF
- Topic: problem with LED
- Replies: 5
- Views: 600
Re: problem with LED
Thanks for your response
But no led_strip.h in my c:\espressif directory
But no led_strip.h in my c:\espressif directory
- Tue Nov 05, 2024 5:54 am
- Forum: ESP-IDF
- Topic: problem with LED
- Replies: 5
- Views: 600
Re: problem with LED
Don't work
- Mon Nov 04, 2024 4:43 pm
- Forum: ESP-IDF
- Topic: problem with LED
- Replies: 5
- Views: 600
problem with LED
I'm trying to turn on the built in LED on ESP32-C3-DevKitM-1 but it does not works. What I made wrong? #include <stdio.h> #include <string.h> #include <stdlib.h> #include <inttypes.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/queue.h" #include "driver/gpio.h" #defi...
- Thu Oct 31, 2024 12:25 pm
- Forum: ESP-IDF
- Topic: list of interrupt numbers
- Replies: 4
- Views: 789
Re: list of interrupt numbers
I'm working on a simulator
- Thu Oct 31, 2024 10:28 am
- Forum: ESP-IDF
- Topic: list of interrupt numbers
- Replies: 4
- Views: 789
Re: list of interrupt numbers
Single core however it is called (I have tested on eval board)
- Thu Oct 31, 2024 9:14 am
- Forum: ESP-IDF
- Topic: list of interrupt numbers
- Replies: 4
- Views: 789
list of interrupt numbers
Hi,
I'm looking a complete list of interrupt numbers? Is there available?
I'm looking for example interrupt number for crosscore interrupt on ESP32C3.
I'm looking a complete list of interrupt numbers? Is there available?
I'm looking for example interrupt number for crosscore interrupt on ESP32C3.