Perhaps the most interesting document ishttps://arduino-pico.readthedocs.io/en/latest/multicore.htmlwhere at the "Multicore Processing" chapter is described how to manage the dialogue between the 2 cores through the use of semaphores and FIFO queues but the limitation is that any information size...