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: content/hardware/03.nano/boards/nano-matter/tutorials/open-thread-border-router/content.md
+53-6Lines changed: 53 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,63 @@ This tutorial main objective is to guide you through the build and configuration
61
61
62
62
This section outlines the steps to build the RCP firmware for the Arduino Nano Matter.
63
63
64
-
- Download Simplicity Studio: this is an IDE provided by Silicon Labs. It is designed to simplify the development process for Silicon Labs hardware platforms. Download latest version [here](https://www.silabs.com/developers/simplicity-studio).
64
+
#### Create a New Project
65
+
66
+
- Download Simplicity Studio, this is an IDE provided by Silicon Labs. It is designed to simplify the development process for Silicon Labs hardware platforms. Download latest version [here](https://www.silabs.com/developers/simplicity-studio).
67
+
65
68
- Open Simplicity Studio and create a new project by clicking on **File > New > Silicon Labs Project Wizard**.
66
69
67
70

68
71
69
-
- Set the following project configurations:
70
-
-
71
-
|**Field**|**Setting**|
72
-
| :-----------: | :---------: |
73
-
| Target Boards | BRD4318A |
72
+
- Set the following project configurations and click on *Next*.
The default pinout is **PA8 > TX** and **PA9 > RX**, but we need to change it to **PA4 > TX** and **PA5 > RX**, so they correspond to the **D0** and **D1** of the standard Nano layout.
92
+
93
+
- Delete the default `USART0` setting:
94
+
95
+

96
+
97
+
- Add the new setting:
98
+
99
+

100
+
101
+
- Save your project with the new configurations.
102
+
103
+
#### Disable USART Flow Control
104
+
105
+
- Open the `<project-folder>/config/sl_uartdrv_usart_vcom_config.h` file.
106
+
107
+
- Modify the `SL_UARTDRV_USART_VCOM_FLOW_CONTROL_TYPE` variable as follows:
0 commit comments