File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ Second run:
46
46
1 . Run this command to build the example project and program the microcontroller flash memory:
47
47
48
48
``` bash
49
- $ mbed compile -m < TARGET> -t < TOOLCHAIN> --flash --sterm
49
+ $ mbed compile -m < TARGET> -t < TOOLCHAIN> --flash
50
50
```
51
51
52
- (Note: You can use the Mbed CLI command-line option " --sterm" to open a serial terminal after flashing.)
52
+ (Note: You can use the Mbed CLI command-line option " --sterm --baudrate 115200 " to open a serial terminal after flashing.)
53
53
54
54
Your PC may take a few minutes to compile your code.
55
55
Original file line number Diff line number Diff line change 1
1
{
2
2
"target_overrides" : {
3
3
"*" : {
4
- "platform.stdio-convert-newlines" : 1
4
+ "platform.stdio-convert-newlines" : 1 ,
5
+ "platform.stdio-baud-rate" : 115200
5
6
}
6
7
}
7
8
}
You can’t perform that action at this time.
0 commit comments