How to Integrate freeRTOS to experimental ble_app_hrs_nfc_pairing example

Hi Team,

I need to integrate FreeRTOS into the ble_app_hrs_nfc_pairing example. What are the ways to integrate FreeRTOS into ble_app_hrs_nfc_pairing? I need to create two tasks that populate the values on the mobile application. and I also need to change heap1 to heap4. how to do it.

Give some suggestions on how to do it.

Parents
  • Not sure what you are asking? No one can give you steps involved in integrating FreeRTOS into a specific example. You have to identify the contexts of the example and move some of them into the freertos tasks. The effort can be minimalistic to many hundreds of man hours based on your experience with this solution.

    I need to create two tasks that populate the values on the mobile application. and I also need to change heap1 to heap4. how to do it

    Changing heap1 to heap2 is as simple as replacing the file heap_1.c in your project with heap_4.c .

Reply
  • Not sure what you are asking? No one can give you steps involved in integrating FreeRTOS into a specific example. You have to identify the contexts of the example and move some of them into the freertos tasks. The effort can be minimalistic to many hundreds of man hours based on your experience with this solution.

    I need to create two tasks that populate the values on the mobile application. and I also need to change heap1 to heap4. how to do it

    Changing heap1 to heap2 is as simple as replacing the file heap_1.c in your project with heap_4.c .

Children
No Data
Related