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
Copy file name to clipboardExpand all lines: docs/faq.md
+3-3Lines changed: 3 additions & 3 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. ``C:\ti\simplelink_cc2640r2_sdk_1_35_00_33M_mm_pp_bb``)?](#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_35_00_33``)?](#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. ``C:\ti\simplelink_cc2640r2_sdk_1_35_00_33M_mm_pp_bb``)?
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_35_00_33``)?
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.
@@ -79,7 +79,7 @@ To setup your PC to receive this data please follow the steps below:
79
79
1. Install PuTTY or another serial terminal emulator
80
80
1. Use the Windows Device Manager (Start → Run →`mmc devmgmt.msc`
81
81
→ Ok) to determine which COM port you should connect to:
82
-
82
+
83
83

84
84
* Note the COM port number of the `XDS110 Class Application/User UART` listed.
85
85
1. Configure putty as a serial console with 115200 8N1.
0 commit comments