Closed babadue closed 1 year ago
Can you set these two tasks to run on the same core? I have tried either both are on core 0 or core 1, but to no avail.
xTaskCreatePinnedToCore(&feed_Task, "feed", 8 1024, (void)afe_data, 5, NULL, 0); xTaskCreatePinnedToCore(&detect_Task, "detect", 8 1024, (void)afe_data, 5, NULL, 1);
Can you set these two tasks to run on the same core? I have tried either both are on core 0 or core 1, but to no avail.
xTaskCreatePinnedToCore(&feed_Task, "feed", 8 1024, (void)afe_data, 5, NULL, 0); xTaskCreatePinnedToCore(&detect_Task, "detect", 8 1024, (void)afe_data, 5, NULL, 1);