Skip to content

Commit b095216

Browse files
knielsenfpistm
authored andcommitted
Add README.md for DISCO_L072CZ_RWAN1 describing restrictions
Signed-off-by: Kristian Nielsen <[email protected]>
1 parent 31d4cad commit b095216

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Discovery L072CZ-LRWAN1 support
2+
## Board [B-L072Z-LRWAN1](http://www.st.com/en/evaluation-tools/b-l072z-lrwan1.html)
3+
## MCU [STM32L072CZ](http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-ultra-low-power-mcus/stm32l0-series/stm32l0x2/stm32l072cz.html)
4+
## Restrictions
5+
Some of the _STM32L072CZY6_ pins are used by the LoRa module, so fewer GPIOs are available on this board.
6+
7+
These pins are not available on the board: `PA6-7,15`; `PB0-1,3-4,10-11`; `PC0,13-15`
8+
9+
These pins are available, but dedicated to the LoRa module: `PA1, PC1-2`
10+
11+
By default, `A1`, `A3`, `A4`, and `A5` are not connected pins.
12+
13+
`A1` and `A3` can be connected to the same GPIOs as `A0` and `A2` by closing
14+
solder bridges **SB7** and **SB8**.
15+
16+
`A4` and `A5` can be connected to `PB9` and `PB8` using solder bridges
17+
**SB11** and **SB12** (note that `PB9` and `PB8` do not have any analog/ADC
18+
capabilities though).
19+
20+
A third analog/ADC input is available as `A6` on the `PA5` pin.
21+
22+
There is no PWM on Arduino `D5` (`PB7`), `D6` (`PB2`) and `D9` (`PB12`) unlike Arduino Uno.
23+
24+
For further information, please refers to the [UM2115: Discovery kit for LoRaWAN (TM) and LPWAN protocols with STM32L0](http://www.st.com/resource/en/user_manual/dm00329995.pdf)

0 commit comments

Comments
 (0)