GitJer / Some_RPI-Pico_stuff

Some experiments I did with the Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to achknowlege or set the IRQ register throught the C-program in the simulator.

diminDDL opened this issue · comments

commented

Is it possible to somehow acknowledge the interrupts set by the state machine in the simulation? Or just reset it all to zeros with a command in the C program file (same way as you can put data in the FIFOs)?

Hi dimonDDL,

Sorry for the late reply!
I have added some code to allow clearing irqs, see here.

commented

This is great. Thanks a lot.