beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation
http://beckus.github.io/qemu_stm32/
Other
527 stars 144 forks source link

Porting to STM32G0 #46

Open ItamarEliakim-R opened 1 year ago

ItamarEliakim-R commented 1 year ago

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

beckus commented 1 year ago

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

maxdd commented 1 year ago

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