File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
targets/TARGET_STM/TARGET_STM32WL Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff 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
77Only 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
42722 pins can be configured to check RX and TX activity.
You can’t perform that action at this time.
0 commit comments