This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Getting issue in FreeRTOS.

Hello,

i am working on nRF52832.

i was successfully build a code for scanning without using FreeRTOS 

Now i want to use FreeRTOS with my scanning code 

But i am not understand, how to include FreeRTOS with my scanning code 

can anyone please explain me, how to do that Or share any Scanning code which is developed using FreeRTOS

Parents Reply
  • Thank you for your reply 

    but, In this example project there is only Advertising functionality and i want to implement scanning functionality with FreeRTOS  

Children
  • This is the BLE Freertos examples we have included in the SDK. The main point is that it demonstrates how you can use Freertos together with the Softdevice, not what GAP role it has. You can start by replacing the call to advertising_start() with "scan start". 

  • Thank you for your help 

    i will try the same.