Search found 24 matches

by watchdog40
Sun Aug 23, 2026 7:36 pm
Forum: General Discussion
Topic: esp32-c6 riscv : Interrupt 1 does not trigger.
Replies: 2
Views: 67

Re: esp32-c6 riscv : Interrupt 1 does not trigger.

Hello.
More or less by chance, I read a post by jimnwq explaining that the base address for the INTPRI registers—0x600C5000—didn't work, whereas address 0x20001000 did.
After a few other minor adjustments, the interrupts started working.

This points to a serious issue with the technical manual ...
by watchdog40
Wed Aug 19, 2026 6:48 pm
Forum: General Discussion
Topic: esp32-c6 riscv : Interrupt 1 does not trigger.
Replies: 2
Views: 67

Re: esp32-c6 riscv : Interrupt 1 does not trigger.

Hello.
Despite all my efforts and numerous modifications and tests, I have been unable to trigger this interrupt.
The only questionable point is the `mip` CSR (Register 1.14: `mip` [0x344]); the documentation states it can be modified, yet I am unable to change any of its bits.
The register remains ...
by watchdog40
Mon Aug 10, 2026 2:07 pm
Forum: General Discussion
Topic: esp32-c6 Error in idf compil
Replies: 0
Views: 30

esp32-c6 Error in idf compil

Hello.
I'm getting this error on a new project.
I don't know the reason, and I have no idea how to fix this problem.
Can anyone help me?

Executing "ninja all"...
[1/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Principal\e...6/projets/debut/debutint3/build/bootloader/bootloader.bin"
Bootloader binary ...
by watchdog40
Thu Jul 30, 2026 1:34 pm
Forum: General Discussion
Topic: esp32-c6 riscv : Interrupt 1 does not trigger.
Replies: 2
Views: 67

esp32-c6 riscv : Interrupt 1 does not trigger.

Hello.
I am programming directly in RISC-V on an ESP32-C6.
I want to test triggering an interrupt from the system timer.
The system timer part works fine, but interrupt 1 isn't triggering!!
However, I have successfully run a timer test managed by interrupt 7 of the Core Local Interrupt (CLINT).

I ...
by watchdog40
Mon Jul 27, 2026 2:23 pm
Forum: General Discussion
Topic: error in nvsconsole exemple on esp32-c6
Replies: 8
Views: 112

Re: error in nvsconsole exemple on esp32-c6

Thank you for your reply.
That's not a problem; I'll examine the other examples and functions of the ESP32-C6.
by watchdog40
Sun Jul 26, 2026 2:22 pm
Forum: General Discussion
Topic: error in nvsconsole exemple on esp32-c6
Replies: 8
Views: 112

Re: error in nvsconsole exemple on esp32-c6

I made several changes, checking each time whether the option update had actually been applied.
I keep getting the same message, and strangely enough, when I go back into the menu, the option has reverted to the default value: UART0.
by watchdog40
Sat Jul 25, 2026 12:43 pm
Forum: General Discussion
Topic: error in nvsconsole exemple on esp32-c6
Replies: 8
Views: 112

Re: error in nvsconsole exemple on esp32-c6

Thanks a lot. I modified the option to set it,
USB Serial/JTAG Controller
and I had to add
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200

to fix a compilation error.

But I'm still getting the same error :

NVS Console Example
-------------------
Type 'help' to get the list of commands.
Use UP ...
by watchdog40
Fri Jul 24, 2026 12:37 pm
Forum: General Discussion
Topic: error in nvsconsole exemple on esp32-c6
Replies: 8
Views: 112

Re: error in nvsconsole exemple on esp32-c6

on windows11 :
IDF PowerShell Environment
-------------------------
Environment variables set:
IDF_PATH: C:\esp\v6.0.1\esp-idf
IDF_TOOLS_PATH: C:\Espressif\tools
IDF_PYTHON_ENV_PATH: C:\Espressif\tools\python\v6.0.1\venv

Custom commands available:
idf.py - Use this to run IDF commands (e.g., idf.py ...
by watchdog40
Fri Jul 24, 2026 12:27 pm
Forum: General Discussion
Topic: error in nvsconsole exemple on esp32-c6
Replies: 8
Views: 112

Re: error in nvsconsole exemple on esp32-c6

Thanks.
Sorry, but I don't have that option on my screen on windows 11!
So, I'm going to check the ESP-IDF versions.
by watchdog40
Thu Jul 23, 2026 3:06 pm
Forum: General Discussion
Topic: error in nvsconsole exemple on esp32-c6
Replies: 8
Views: 112

error in nvsconsole exemple on esp32-c6

Hello.
I want to test the `nvsconsole` example on an ESP32-C6. I managed to compile and flash the example, but I can't enter any commands into the NVS console. I get the following message:
`nvs> --- Warning: Serial port write timed out. Please ensure your application supports an interactive console ...

Go to advanced search