This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: onchip OAD for simple_peripheral

Part Number: CC2640R2F


Tool/software: TI-RTOS

I use "simple_peripheral" to "Add On-Chip OAD to an Existing Project" on IAR.


The document file:///C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/docs/blestack/ble_user_guide/html/oad-ble-stack-3.x/oad_onchip.html#add-on-chip-oad-to-an-existing-project
mentions the following:


1. Add necessary events
2. Add code to callbacks

Can it be specified how event and code need to be added. Any example?

Regards

Sean

  • Hi Sean,

    You can refer to the simple_peripheral_oad_on_chip example for reference. You should use the persistent application as is and you can diff the stock SBP and SBP OAD on-chip to see what you need to add. Really all that is required for the user application is the addition of the reset service.