Page 1 of 1

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

Posted: 2025-09-30 17:56
by Aurthur_C
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.

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

Posted: 2025-10-09 1:49
by Crocodile
Hello, we have limited knowledge about the use of rv1103/rv1106 MCU. By visiting https://github.com/luyi1888/rv1106-mcu, it mainly shows that a mcutool tool has been built, but there is no relevant source code for the .bin program that enables the MCU to control the LED blinking.
If you need to transfer to RV1103, you need to confirm whether the mcutool in the repository is compatible with RV1103 (the relevant register addresses are also supported for both RV1103 and RV1106). And the .bin program has no source code, so the implementation details cannot be determined. It is recommended that you directly contact the repository author.