Hi,
Using lastest TI iOS App 4.4
My Problem
After downloading my sensorTag branched project via a debugger to a sensortag.
Opening OAD Menu via iOS App->Sensor View -> FW Download -> TI OAD Profile Menu.
My target is detected as CC254xx, although I am running on a CC26xx. (CC254XX appears in blue.)
This wrong identification leads the FW upgrade to progress in a wrong manner.
I believe the iOS App behaves as it is FW upgrading a CC254xx chip.
What I already know
The iOS App looks for various indicators to run appropriate checks and present menus according to the target it believes it is running on.
one of them being attDeviceName.
Changing the attDeviceName in code to "SensorTag 1.0" does cause the iOS App to indentify the target as a CC254x although running on a CC26XX.
So now I know that for testing purposes I should keep attDeviceName = "SensorTag 2.0" in my application.
Question
I will be glad to know what additional indicators the iOS App is looking for inorder to identify the chip correctly and thus present the appropriate menus,
since my goal:
is to try to use the OAD menu in the iOS App to check downloading on a CC26XX.
Probabley I have changed a few indicators in my custom application.
In my application I have changed back attDeviceName to "SensorTag 2.0" but with no results. TI iOS App OAD Menu keeps recognizing my target as CC254X.
Is the iOS checking FW_VERSION_STR? devInfo service?, something in the advertsing data (advertData), scanRspData.
Is it looking for a specific service?.
I have slightly changed all these in my custom sensortag branched application, but from my debugging, reverting them back to original sensortag project defines doesnt help.
I am probabley overlooking something.
Atttached Image of wrong chip detection:
Will be grateful for some advise
Regards
Tamir
