
We got some engineering samples of ESP32-C3 modules.
They are smaller than ESP32-WROOM and WROVER and measure just 17x13x2.5 mm!
This is the first Espressif product with RISC-V core, the datasheet is on their web.
This is also the first SOC with RISC-V core we have access to, so we are excited to learn more the ISA on low level.
Any resources to recommend? Is there something like small disassembler/monitor with few commands like read/write to memory and list code, which to allow you to write in assembly and run code?
Found this on GitHub today https://github.com/andportnoy/riscv-disassembler
Recent Comments