Page 1 of 1

ESP32-C3 mininal bare-metal assembly example

Posted: Tue May 10, 2022 7:27 am
by ivand58
Hi
Is there a minimal framework for bare metal in assembly language? I'd like to practice RISC-V assembly maybe with the help of the functionality that is provided in the ROM.
For IO example, a character in ```a0``` can be sent to the terminal over ```uart_tx_one_char = 0x40000068;``` , and can be received through ```uart_rx_one_char = 0x40000070;``` , is that so simple, or some initialization is required in advance ?

Re: ESP32-C3 mininal bare-metal assembly example

Posted: Tue Jul 19, 2022 2:10 pm
by mars4zhu