Relative Content

Tag Archive for clinkerqemuuartriscv

Writing to qemu RISCV UART using c

I made a helloworld program on RISC-V qemu using the UART using https://popovicu.com/posts/bare-metal-programming-risc-v/ Uros Popovicu’s guide in RISC-V assembly. I was wondering how I could write to the UART using c and RISC-V qemu.
I tried :