Good day!
I have began to master the RP2 Pico board after using STM32F411. On STM32 I successfully created an asynchronous program using Micropython and would like to transfer some functions to the second core for independent execution. Already read about the "_thread" module. But so far I can’t understand whether the synchronous function is thrown into the second core or can I use asynchronous (asynchronous group of functions)?
I have began to master the RP2 Pico board after using STM32F411. On STM32 I successfully created an asynchronous program using Micropython and would like to transfer some functions to the second core for independent execution. Already read about the "_thread" module. But so far I can’t understand whether the synchronous function is thrown into the second core or can I use asynchronous (asynchronous group of functions)?
Statistics: Posted by nesergen — Fri Mar 14, 2025 7:49 pm