beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation

Home Page:http://beckus.github.io/qemu_stm32/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Porting to STM32G0

ItamarEliakim-R opened this issue · comments

Hey @beckus,

Thanks! The repo is absolutely great.
Do you have any idea how to start porting it to STM32G0?

I've been trying for quite some time to adapt the addresses according to the G0 reference manual, but still no luck.
Seems to be an issue with the RCC initialization.

Thanks.
Itamar

Hello @ItamarEliakim-R,
Thank you for the reaching out. I'm glad you have liked the repo!

Unfortunately, I am not familiar with the details of the STM32G0. I wish I could help, but I've found adding functionality can be time consuming to debug, and this is not something I'm going to have time to look at.

Wishing you the best in trying to complete the port.

Thank you,
Andre

commented

I'm also really interested in having this port :/