You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -247,11 +200,9 @@ invoke its help menu `voice.py --help`.
247
200
## References
248
201
249
202
The following reference pages may be helpful during general Bluetooth Low
250
-
Energy development. New users of the Simplelink CC2640R2 platform and Bluetooth
251
-
5 development are encouraged to read the
252
-
[BLE5-Stack User's Guide][BLE5-Stack].
203
+
Energy development.
253
204
Users developing Bluetooth 4.2 applications are encouraged to read the
254
-
[BLE Software Developer's Guide][BLE-Stack].
205
+
[BLE-Stack for Bluetooth 4.2 User's Guide](http://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/1.50.00.58/exports/docs/blestack/ble_user_guide/html/ble-stack-3.x-guide/index.html).
255
206
256
207
As an additional resource, users are encouraged to complete the
Copy file name to clipboardExpand all lines: docs/faq.md
+10-18Lines changed: 10 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
## Frequently Asked Questions
2
2
3
-
*[What if I installed the SimpleLink CC2640R2 SDK at a non default location (e.g. Not at ``C:\ti\simplelink_cc2640r2_sdk_1_40_00_45``)?](#default)
3
+
*[What if I installed the SimpleLink CC2640R2 SDK at a non default location (e.g. Not at ``C:\ti\simplelink_cc2640r2_sdk_1_50_00_58``)?](#default)
4
4
*[Why am I getting an error when I am trying to run a Python script from the /tools folder?](#python)
5
5
*[How can I setup my toolchain for use with the ble\_examples repo?](#toolchain)
6
6
*[I am using a LaunchPad device, how can I view display data?](#display)
7
7
---
8
8
9
-
### <aname="default"></a>What if I installed the SimpleLink CC2640R2 SDK at a non default location (e.g. Not at ``C:\ti\simplelink_cc2640r2_sdk_1_40_00_45``)?
9
+
### <aname="default"></a>What if I installed the SimpleLink CC2640R2 SDK at a non default location (e.g. Not at ``C:\ti\simplelink_cc2640r2_sdk_1_50_00_58``)?
10
10
11
11
All projects reference files from the BLE stack using environment variables, you
12
12
can change this in your IDE's project files.
@@ -15,8 +15,10 @@ can change this in your IDE's project files.
15
15
16
16
No changes to the project is necessary. You just need to ensure that Code
17
17
Composer Studio was able to discover the SimpleLink CC2640R2 SDK in the
18
-
available *RTSC Products* tab. See the [BLE5-Stack User's Guide][BLE5-Stack] or
19
-
the [BLE Software Developer's Guide][BLE-Stack] for more details.
18
+
available *RTSC Products* tab. See the
19
+
[BLE-Stack for Bluetooth 4.2 User's Guide](http://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/1.50.00.58/exports/docs/blestack/ble_user_guide/html/ble-stack-3.x-guide/index.html)
20
+
for more details.
21
+
20
22
21
23
**IAR**
22
24
@@ -55,17 +57,12 @@ following debug steps:
55
57
56
58
**CCS**
57
59
58
-
For BLE5-Stack examples, see the *Developing in CCS* section in the
59
-
[BLE5-Stack User's Guide][BLE5-Stack]
60
-
for BLE-Stack examples, see the *Developing with CCS* section of the
61
-
[BLE Software Developer's Guide][BLE-Stack].
62
-
60
+
For BLE-Stack examples, see the *Developing with CCS* section of the
61
+
[BLE-Stack for Bluetooth 4.2 User's Guide](http://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/1.50.00.58/exports/docs/blestack/ble_user_guide/html/ble-stack-3.x-guide/index.html).
63
62
**IAR**
64
63
65
-
For BLE5-Stack examples, see the *Developing in IAR* section in the
66
-
[BLE5-Stack User's Guide][BLE5-Stack]
67
-
for BLE-Stack examples, see the *Developing with IAR* section of the
68
-
[BLE Software Developer's Guide][BLE-Stack].
64
+
For BLE-Stack examples, see the *Developing with IAR* section of the
65
+
[BLE-Stack for Bluetooth 4.2 User's Guide](http://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/1.50.00.58/exports/docs/blestack/ble_user_guide/html/ble-stack-3.x-guide/index.html).
69
66
70
67
---
71
68
@@ -92,8 +89,3 @@ To setup your PC to receive this data please follow the steps below:
0 commit comments