Search found 1 match
- Mon Aug 15, 2022 6:31 pm
- Forum: ESP32 Arduino
- Topic: How to use 2 cores in ESP32
- Replies: 2
- Views: 1879
How to use 2 cores in ESP32
Hello guys, I have an ESP32 DEVKIT V1, I'm trying to use 2 skets running separately, one on core 0 and one on core 1. I'm using VsCode + PlatformIO I'm using the code below, but it doesn't work. #include <Arduino.h> #include <SPI.h> #include <mcp2515.h> #include <Arduino_FreeRTOS.h> // =============...