Dual-Core functionality on RP2040 Nano Connect Using the Mbed Code (not the Pico core)

I've recently started using the RP2040 for some sensor data measurement projects and was thinking of utilizing the the primary core for data collection and the secondary core for transmission of the data using the RP2040's built in Wifi.

There is the possibility of using the Pico core to easily utilize the dual core functionality by using simple : Setup1(), Loop(1) and Setup(2), Loop(2) functions. With this method (using the Pico core) I've encountered problems where the Wifi on the nano connect does not initialize, the creator of the Pico core has also confirmed that it's better to proceed with the Mbed Core.

Can someone explain how I can use the Mbed OS core to achieve dual core functionality?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.