Hi, I've tried to edit the AT example, by adding the loop code given in the basic example. Because the uart use task priorities 0 and 1, I've been trying to use USER_TASK_PRIO_2. But the task seems to never be called. If i use USER_TASK_PRIO_0 the task is called, but as expected the uart don't work well. Any idea ?