Hi All,
We are in process of Porting our Thread based application into FreeRTOS environment.
For this, we intend to make use of freertos_coap_server example provided and then - to perfrom dfu - we will integrate dfu client into freertos_server_example.
Now, dfu client makes use of scheduler and freertos has it's own scheduler.
Will both the schedulers work together ? If not - what changes in the code are required to make them work together ?
Thanks.