Using the RISC V MCU in luckfox pico board(RV1103)
Posted: 2025-09-30 17:56
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 compilation used :
https://github.com/xpack-dev-tools/risc ... 10.2.0-1.2
there was no linker script while generating elf. I don't know if that was the reason it failed.
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 compilation used :
https://github.com/xpack-dev-tools/risc ... 10.2.0-1.2
there was no linker script while generating elf. I don't know if that was the reason it failed.