Skip to content

Commit b648444

Browse files
committed
STMOD_CELLULAR: update readme
1 parent cc5ccf5 commit b648444

File tree

1 file changed

+30
-1
lines changed
  • components/cellular/COMPONENT_STMOD_CELLULAR

1 file changed

+30
-1
lines changed

components/cellular/COMPONENT_STMOD_CELLULAR/README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Here is the used mbed_app.json:
4343
},
4444
"target_overrides": {
4545
"DISCO_L496AG": {
46-
"target.macros_add": ["CELLULAR_DEVICE=STModCellular"],
4746
"target.components_add": ["STMOD_CELLULAR"],
4847
"stmod_cellular.provide-default": "true"
4948
}
@@ -70,3 +69,33 @@ mbed compile -t GCC_ARM -m DISCO_L496AG --flash
7069
````
7170

7271
Then check the serial console (serial baudrate set to 115200 bit/s)
72+
73+
## Board with STMOD+ Connector
74+
75+
### DISCO_L496AG
76+
77+
https://os.mbed.com/platforms/ST-Discovery-L496AG/
78+
79+
Default HW configuration:
80+
- STMOD pins 1, 2, 3 and 4 are mapped to UART CTS/TX/RX/RTS
81+
82+
BG96 expansion board is fully compatible.
83+
84+
### DISCO_L4R9I
85+
86+
https://os.mbed.com/platforms/DISCO-L4R9I/
87+
88+
Default HW configuration:
89+
- STMOD pins 1 and 2 are mapped to SPI
90+
- STMOD pins 2 and 3 are mapped to UART TX/RX
91+
92+
BG96 expansion board can be used but without flow control.
93+
94+
### DISCO_H747I
95+
96+
https://os.mbed.com/platforms/ST-Discovery-H747I/
97+
98+
Default HW configuration:
99+
- STMOD pins 1, 2, 3 and 4 are mapped to SPI
100+
101+
BG96 expansion board can not be used without solder bridges update

0 commit comments

Comments
 (0)