Closed
Description
Hi,
I have been trying to enable the use of both cores for micropython on the ESP32-S3. I have read:
Is there a simple flag that I can place in the sdkconfig file to re-enable the use of both cores. I understand that I have to be careful about global variables and if both cores try to access the same one, issues are caused but it would be very useful to run simultaneous tasks on both cores at the same time.
Searching through the files I know that the I2S non blocking uses freertos to assign to a different core but I'm also not sure how this would be implemented.
Many thanks,
Thomas