Search found 1 match

by Aurthur_C
2025-09-30 17:56
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using the RISC V MCU in luckfox pico board(RV1103)
Replies: 1
Views: 1151

Using the RISC V MCU in luckfox pico board(RV1103)

I’m trying to blink the onboard LED on a LuckFox Pico RV1103 board using bare metal code running on RISC V MCU on board.
I started from this RV1106 MCU repo:
https://github.com/luyi1888/rv1106-mcu
tried to port the code to RC1103 as it was not working out of box. wrote a bare metal code.
For cross ...