Uncategorized

pico interrupt

Does the external hardware interrupt affect both cores in ESP32?

Ask Question

Asked today

Modified today

Viewed 12 times

1

I am working on a project, where I am implementing FreeRTOS on an ESP32 DEVKIT-V1 module. One core is specifically dedicated to reading high precision rotary encoders. I am reading the number of encoder ticks via Interrupts for six motors in total.

I am wondering, do the interrupts from these six motors affect only one core (if so – which?) or does it affect both? Is it possible to limit the interrupt to one core only?

interruptsesp32freertos

ShareCite

EditFollowFlag

asked 1 hour ago

user avatar

Tony

8344 bronze badges

 New contributor

  • 1Ah, both esp32 and Rpi Pico has two cores, and both can be programmed using microPython, with one core dedicated to interrupt handling. There are couple of newbie friendly tutorials on the Internet, eg. Dual Cores & Interrupts on Pi Pico By tonygo2 in CircuitsMicrocontrollers8,75490Featured instructables.com/Dual-Cores-Interrupts-on-Pi-Pico – tlfong01 1 hour ago   

Add a comment

Categories: Uncategorized

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.