Related reference articles: RISC-V teaching plan Freedom Studio download project file target board connection First, remove any other USB devices from your computer except the…
This article mainly introduces how to use freedom studio to create a new experimental project from scratch. Related reference articles: RISC-V teaching plan 1. Create…
1. Introduction to assembly language format Related reference articles: RISC-V teaching plan Take asm_run_seg.S as an example: .equ BYTE_DELAY, 0x00100000 .equ GPIO_ADDR, 0xf0000000…
Related reference articles: RISC-V teaching plan Assembly language compiler environment build: After writing the assembler, you can compile it with as.exe to generate the x.bin…
Use RISC-V assembly language to write a led marquee experiment Related reference articles: RISC-V teaching plan # ASSEMBLY PROGRAM DESIGN li x8, 0xf0000000; # set…