Other Parts Discussed in Thread: CC1350
Tool/software: Code Composer Studio
I have been working on BLE OAD with CC1350 Launchpad.
I tried some ways but they did not succeed.
one of them, I want to do OAD with my phone with Sensor Tag.
" dev.ti.com/.../project0_index.html
". I tried it but it did not work.
I could create a .bin file with "oad_image_tool.py"
I could connect to board with " Ti Sensor Tag" on my phone after i
load hex file to Launchpad
"rfWsnDmNode_CC1350_LAUNCHXL_tirtos_ccs.hex" .
if I use a .bin file in " Ti Sensor Tag", it is working but if I
create my bin file and use it, it is not working because of "Ti
Sensor Tag" shutdown after ı choose my .bin file.
there are two other ways:
I can OAD with 2 launchpads and 1 PC.
one of the launchpads is OAD server it connected to Pc with a USB cable.
The other launchpad is OAD Client it connected to OAD server with BLE.
I send new firmware to OAD server. OAD server send to it to Client.
or
I can OAD with 1 launchpad and 1 PC.
I send new firmware to Oad Client connected to PC with Bluetooth.
I have used SimpleLink Academy and TI E2E but I was not found the knowledge enough.
Thanks in advance.