Skip to content

Commit d8a7e1e

Browse files
knielsenfpistm
authored andcommitted
Add readme.txt for DISCO_L072CZ_RWAN1 describing restrictions
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
1 parent f47498d commit d8a7e1e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Discovery L072CZ-LRWAN1 support.
2+
3+
Board: http://www.st.com/en/evaluation-tools/b-l072z-lrwan1.html
4+
MCU: 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
5+
6+
Restrictions:
7+
8+
Some of the STM32L072CZY6 pins are used by the LoRa module, so fewer
9+
GPIOs are available on this board.
10+
11+
These pins are not available on the board: PA6-7,15; PB0-1,3-4,10-11; PC0,13-15
12+
13+
These pins are available, but dedicated to the LoRa module: PA1, PC1-2
14+
15+
By default, A1, A3, A4, and A5 are not connected pins.
16+
17+
A1 and A3 can be connected to the same GPIOs as A0 and A2 by closing
18+
solder bridges SB7 and SB8.
19+
20+
A4 and A5 can be connected to PB9 and PB8 using solder bridges SB11
21+
and SB12 (note that PB9 and PB8 do not have any analog/ADC
22+
capabilities though).
23+
24+
A third analog/ADC input is available as A6 on the PA5 pin.
25+
26+
SPI MOSI and MISO are available on digital pins D11 and D12, but the
27+
SCK pin is D3 (unlike Arduino Uno where it is on D13).
28+
29+
There is no PWM on Arduino D5 (PB7), D6 (PB2) and D9 (PB12) unlike Arduino Uno.

0 commit comments

Comments
 (0)