Hi All,
We've build multiple applications based on Thread. Now, with time our applications are getting bigger and complex, so we decided to integrate FreeRTOS into our applications.
We have successfully integrated FreeRTOS into our applications except dfu part.
I understand - this question has already been asked https://devzone.nordicsemi.com/f/nordic-q-a/67022/unable-to-add-freertos-to-thread-secure-dfu-example/274908#274908
but that didn't conclude into any solution.
What I understand from above Thread is that app_scheduler should not be used in an FreeRTOS environment.
Then, there are multiple files in Thread Secure DFU example which makes a call to app_sched_event_put , I think the solution could be to replace app_sched_event_put in these
files with FreeRTOS tasks/interrupts.
Can someone suggest me some direction/code - how can I replace app_sched_event_put with FreeRTOS tasks ?
Thanks.