Other Parts Discussed in Thread: CC1350, SYSBIOS, CC2650
Tool/software: Code Composer Studio
Hi everyone! I'm working with the cc1350 launchpad in order to perform an Off-chip OAD. My setup consists of two cc1350 launchpads and a pc. I'm using Code Composer Studio.
I'm following the Out of the box Demo (Off-chip OAD) - dev.ti.com/.../oad.html
but, first of all, the tutorial send me to the BTool setup here http://dev.ti.com/tirex/content/simplelink_cc13x0_sdk_2_40_00_20/docs/blestack/software-developers-guide/ble-stack-2.x-guide/oad/oad.html#btool-setup
My first problem is in Btool setup when I have to disable POWER_SAVING from my host_test application. In the Predefined symbols of my host_test app I find xPOWER_SAVING. Is it the same? I can delete it?
If I delete xPOWER_SAVING a build error occurs in CCS.
My second problem is on the second point of BTool setup, that is:
2. Within the SimpleLink CC13x0 SDK open the \examples\rtos\CC1350_LAUNCHXL\blestack\hexfiles
folder
because I can't follow this path finding the cc1350lp_host_test.hex hexfile. So I've tried to find out where hexfile is, and I think is located in
C:/ti/simplelink_cc13x0_sdk_2_40_00_20/examples/rtos/CC1350_LAUNCHXL/ti154stack/hexfiles/oad/cc13x0/host_test_cc1350lp_all.hex
So my file name is host_test_cc1350lp_all.hex instead of cc1350lp_host_test.hex, do you think is correct?
By using SmartRF Flash Programmer 2, I connect my cc1350 launchpad host and I program it with the hexfile using the options below
All of this is performing in ONE of the cc1350 launchpad. Now move on to the other.
Then, I return back to Out of the box Demo (Off-chip OAD) and so, returning to CCS, I build and load bim_extflash_cc150lp to the other board (not the board in which I've uploaded the host), I build and load the simple_peripheral_cc1350lp_stack_FlashROM project to the same board, and finally I build and load the simple_peripheral_cc1350lp_app_FlashOnly_OAD_ExtFlash. This is my Project Explorer:
After loading simple_peripheral_cc1350lp_app_FlashOnly_OAD_ExtFlash project, the subsequent errors occur:
Do you have any idea why I have a memory problem with a default example for the launchpad? How can I resolve it?
Thank yuo in advance.
Cristina