I am using NRF52840 development board with SEGGER Embedded Studio (Nordic Edition)
I downloaded example code to target board. The software run with Zephry. I found function "k_thread_create" which creates task and other function which renames the task.
k_thread_name_set(&receive_thread_data, "CoAP-sock-recv");
Unfortunately I couldn't find the task with name "CoAP-sock-recv". Where is the created task? There are lots of file left side of IDE and I am confused:)