gd32vf103xx-hal icon indicating copy to clipboard operation
gd32vf103xx-hal copied to clipboard

Interrupt support

Open xpulabs opened this issue 3 years ago • 3 comments

Hello,

I want to the hal support interrupt or not. Please give me some examples of interrrupt like gpio interrupt and so on.

Thanks

xpulabs avatar Oct 21 '22 10:10 xpulabs

Please take a look: https://github.com/riscv-rust/longan-nano/blob/master/examples/interrupt.rs

Disasm avatar Oct 21 '22 15:10 Disasm

@Disasm Is it possible port eclic-mode-hack.S to Rust using inline asm?

katyo avatar Feb 04 '23 06:02 katyo

@katyo yes, this should be possible.

Disasm avatar Feb 04 '23 09:02 Disasm