BLE-Stack v2.2.1.18 TI-RTOS v2.2.1.8 First install CCS v7 Omitted Install the corresponding version TI-RTOS for CC13xx CC26xx, restart ccs after installation, ccs will automatically detect the new component installation, check and install it. Note: I only found out the corresponding version needed here when I was compiling,but I didn't see any document that said how to correspond. . . Due to the pitfallgfw,ccsapp center cannot be used, need to download manually, address:http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/index.html After installation, it is nearly600MB,Orz, it has squeezed out the goddess villa. . .
Download TI-BLEstack: Address: http://www.ti.com/tool/ble-stack. There is only Windows version. You need to install it under Win and then copy the entire directory. 2C21]tomac! After importing toccs, you need to change the project properties, which is very troublesome: For specific reference: In addition, each project needs lib_search to search for the required lib to produceconfig/lib_linker.cmd, butlib_search only provideswindows version, so you need to compile once underwindows to generate these two files before you can compile undermac. Properties->Build: Steps |-> pre_build steps:lib_search, |-> Post_build steps:frontier Of course, you can also directlycopy the two files to theconfig folder under theccs directory. lib_search.cmd: Specifies the path of the file to be linked. After copying it, you need to modify the folder path and folder separator. This file is generated by iar/stack/build_config.opt. Buy one get one free: windowsnon-default installation pathccsconfiguration 1. Protocol stack non-default path: Project->properties->build->Variables, checkshowsystem variables, and then change all the paths with c:/ti/ble-.... to the newly installed path 2. ti-rtos: window->preferences->codecomposer studio->products, Click install on the right of Installedproducts, then find the installation path of ti-rtos, confirm, and then be prompted to restart ccs. This content was originally created by shinykongcn, a netizen on the EEWORLD forum. If you need to reprint or use it for commercial purposes, you must obtain the author's consent and indicate the source
|