Ported the crc peripheral from pebble/qemu #22
Conversation
note that the crc peripheral works even without enabling it's clock
Thank you! |
@beckus I'm trying to implement dma for stm32_qemu, and almost succeed but the vcpu interrupt wont work. And i created a dummy test peripheral for the interrupt testing, Edit: Solved it! https://github.com/pebble/qemu/blob/master/hw/arm/stm32f2xx.c#L363 https://github.com/pebble/qemu/blob/master/hw/arm/stm32f2xx_dma.c#L364 https://github.com/pebble/qemu/blob/master/hw/arm/stm32f2xx_dma.c#L217 |
As always, sorry I didn't get back to you earlier. I'm glad you figured it out - I appreciate you updating the post with your solution. |
No description provided.