Interrupt by Timer on RP2040 - Programming - Arduino Forum
Hello, I am currently using the Arduino IDE and a Raspberry Pi Pico for a project. I am interested in implementing an interrupt timer functionality similar to the ISR in SAMD or the TCCR in AVR. My goal is to execute a specific function at a fixed frequency of 50kHz, independent of the frequency of the main loop. Should I use PIO? Could someone please guide me on whether its possible to set . . .
more
|