Page 1 of 1

esp32-2432s028r - a RISC-V ?

Posted: Wed Oct 11, 2023 1:21 pm
by 35p32fan
Hi,
need to know is the esp32-2432s028r witch type:

ESP32-C2 and ESP32-C3
ESP32-C6 and ESP32-H2

beacuse the command: esptool.py read_mac say:

Chip is ESP32-D0WD-V3 (revision v3.1)

to find the right target for the compiler

Re: esp32-2432s028r - a RISC-V ?

Posted: Thu Oct 12, 2023 1:39 am
by ESP_Sprite
None of the above. It's the 'classic' ESP32 (without suffix) which is an Xtensa-based chip.

Re: esp32-2432s028r - a RISC-V ?

Posted: Thu Oct 12, 2023 6:14 am
by 35p32fan
thank you

https://esp-rs.github.io/book/installation/riscv.html

so that looks for me that I can't use the device with RUST ?!

Re: esp32-2432s028r - a RISC-V ?

Posted: Fri Oct 13, 2023 1:50 am
by ESP_Sprite
I don't know that much about Rust, but https://esp-rs.github.io/book/installat ... tensa.html implies that you can use those instructions for Xtensa as well.