Hi,
Am having application with Freertos in which am creating 4 tasks + ble task using Freertos API's. Application is running as expected without any issues.
But in 4 tasks ,I have deleted one task as it not being used other the creating during application start up.Peculiar issue the application is not starting properly .
Am not understanding why behavior is different when application is having 3 task + ble task and very unstable ?
In this application we are using message queues for communicating between different tasks .