Search found 2 matches

by minhnd
Sun Jan 21, 2024 12:53 pm
Forum: Hardware
Topic: ESP32C3 - Bare metal - Can not use interrupt
Replies: 2
Views: 2313

Re: ESP32C3 - Bare metal - Can not use interrupt

No, I have to give up and change to Blue pill.
by minhnd
Wed Jun 21, 2023 10:11 am
Forum: Hardware
Topic: ESP32C3 - Bare metal - Can not use interrupt
Replies: 2
Views: 2313

ESP32C3 - Bare metal - Can not use interrupt

I am trying to construct bare metal programs for ESP32C3. I setup interrupt routines as guided in RISCV documents. All registers (mtvec, mstatus interrupt enable, ...) are setup. I also use the ROM-based function intr_matrix_set to map interrupts from sources to CPU interrupts. However, when I tried...