how to make an application run on a core
Posted: Tue Oct 31, 2017 4:38 am
Hello friends, experts,
I am using ESP_WROM_32 module with VS code included PlatformIO as the IDE.
As the data sheet, the ESP_WROM_32 has 2 core: 1 core called PRO_CPU and the other called APP_CPU.
For my application, I intend to use PRO_CPU to handle wireless stack such as: Bluetooth, Wifi... and the APP_CPU is used to read sensor, control motor and do some other things.
May I ask in the IDE, how can I configure to do like that.
Best regards,
Phuoc
I am using ESP_WROM_32 module with VS code included PlatformIO as the IDE.
As the data sheet, the ESP_WROM_32 has 2 core: 1 core called PRO_CPU and the other called APP_CPU.
For my application, I intend to use PRO_CPU to handle wireless stack such as: Bluetooth, Wifi... and the APP_CPU is used to read sensor, control motor and do some other things.
May I ask in the IDE, how can I configure to do like that.
Best regards,
Phuoc