Loading firmware into the Cortex-M0 MCU via remoter processor interface
Posted: 2025-08-02 9:55
Hi,
I would like to run some special bare-metal Firwmare on the Cortex-M0 MCU. I did not find proper information how to load and start MCU FW so I started developing remote processor driver for the RK3506 MCU.
I've created a project on the github here:
github.com/nvitya/rk3506-mcu
When this remote processor starts working that would be great for lot of your users!
Unfortunately something is still missing.
The FW gets loaded properly, but the MCU does not execute it.
(The test FW is very simple, written in ASM, entry point is at the beginning. All sources included in the github project page)
I really need some help.
You can answer me either here or on the github page (github.com/nvitya/rk3506-mcu).
Thank You!
I would like to run some special bare-metal Firwmare on the Cortex-M0 MCU. I did not find proper information how to load and start MCU FW so I started developing remote processor driver for the RK3506 MCU.
I've created a project on the github here:
github.com/nvitya/rk3506-mcu
When this remote processor starts working that would be great for lot of your users!
Unfortunately something is still missing.
The FW gets loaded properly, but the MCU does not execute it.
(The test FW is very simple, written in ASM, entry point is at the beginning. All sources included in the github project page)
I really need some help.
You can answer me either here or on the github page (github.com/nvitya/rk3506-mcu).
Thank You!