remotemcu / remcu_examples

The examples of the REMCU lib (https://remotemcu.github.io/)
https://interrupt.memfault.com/blog/mcu-peripheral-forwarding
483 stars 17 forks source link

How to deal with peripheral interrupts? Use semihosting mode? #15

Closed hongshui3000 closed 7 months ago

hongshui3000 commented 7 months ago

I noticed that the example did not mention how to handle interrupts generated by MCU peripherals. I think interrupts are not supported in current cases, is that right?