Other Parts Discussed in Thread: CC2640
Hello everyone,
I want to implement the OAD off-chip into my project. For this, I am using the sample simple_peripheral_oad_offchip. I also use the android https://git.ti.com/simplelink-ble-oad-android sample for performing the update.
The update happens with NO error when the sample project is with no changes. However, when I change the simple_gatt_profile the update fails.
In terminal the following message is showed:
GAPRole Initialized FC Violated: 16
In simple_gatt_profile, I remove all characteristics from sample and adding 33 new characteristics. The SIMPLEPROFILE_SERV_UUID is changed from 0xFFF0 to 0xFED0.
Anyone can help me?
Thanks in advance.