I was wondering if there is any support for using the two cores of the rp 2040 on the arduino nano connect. Such as choosing which core a task runs on and assigning individual tasks to separate cores.
Have a look to GitHub - earlephilhower/arduino-pico: Raspberry Pi Pico Arduino core, for all RP2040 boards
There is support for multicore.
Thanks for the tip. The multicore support works very well.