Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.7 KB

bsv learning

用于记录学习BSV的过程

使用的开发板为 Sipeed Tang Primer 20K

例程:LED和KEY

名称 完成 介绍
01.led_blink LED闪烁
02.led_flow LED流水灯
03.key_test_1 按键测试程序1,控制LED上下走动

例程:UART

名称 完成 介绍
01.uart_tx 串口发送,115200波特率,输出hello world!
02.uart_rx 串口接收, 发送5A点亮LED, 发送A5熄灭LED
03.uart_shell 🚧
04.uart_modbus 🚧

例程:RV32i

需要设置安装了BSV编译器的WSL分发版本

PS > wsl -l                  
适用于 Linux 的 Windows 子系统分发:
docker-desktop (默认)
Ubuntu-24.04
PS > wsl --set-default Ubuntu-24.04
操作成功完成。

FAQ

FAQ.md

参考