Code: Select all
xTaskCreatePinnedToCore(&bt_task, "btTask", 2048, NULL, 1, &xHandle1, 0);
xTaskCreate(&mqtt_task, "mqtt_task", 8192,NULL,5,&xHandle2);
I have tried many different approaches but could not solve the problem.
Does anyone face this problem or have any idea about solution.
Thanks,