Skip to content

Commit 133267f

Browse files
committed
STM32WL README update for custom boards
1 parent f948b96 commit 133267f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

targets/TARGET_STM/TARGET_STM32WL/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ This ST MCU family is dual-core : based on an Arm Cortex-M4 core and an Arm Cort
66

77
Only M4 core is currently used by mbed-os applications.
88

9+
* [Supported boards](#supported-boards)
10+
* [NUCLEO_WL55JC](#nucleo_wl55jc)
11+
* [CUSTOM boards](#custom-boards)
12+
* [LoRa](#lora)
13+
* [MBED-OS support](#mbed-os-support)
14+
* [baremetal support](#baremetal-support)
15+
* [Antenna configuration](#antenna-configuration)
16+
* [GPIO debug pins](#gpio-debug-pins)
17+
* [mbed-os test](#mbed-os-test)
18+
* [Application example](#application-example)
19+
20+
921
# Supported boards
1022

1123
## NUCLEO_WL55JC
@@ -19,6 +31,12 @@ Only M4 core is currently used by mbed-os applications.
1931
- Total FLASH is 256KB
2032
- RAM: 64 KB
2133

34+
35+
## CUSTOM boards
36+
37+
Check https://github.com/ARMmbed/stm32customtargets
38+
39+
2240
# LoRa
2341

2442
## MBED-OS support
@@ -37,6 +55,18 @@ mbed_app.json:
3755
```
3856

3957

58+
## Antenna configuration
59+
60+
NUCLEO HW configuration is provided as the default configuration.
61+
62+
https://github.com/ARMmbed/mbed-os/blob/master/connectivity/drivers/lora/TARGET_STM32WL/STM32WL_radio_driver.cpp#L23
63+
```
64+
MBED_WEAK void set_antenna_switch(RBI_Switch_TypeDef state)
65+
```
66+
67+
So yo can overwrite it for your custom board.
68+
69+
4070
## GPIO debug pins
4171

4272
2 pins can be configured to check RX and TX activity.

0 commit comments

Comments
 (0)