Skip to content

Commit 90316c7

Browse files
committed
Change TCXO pin for MKRWAN1310
1 parent eb633e5 commit 90316c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Projects/B-L072Z-LRWAN1/Applications/LoRa/AT_Slave/Core/inc/mlm32l0xx_hw_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ extern "C" {
7878
#define RADIO_DIO_5_PORT GPIOA
7979
#define RADIO_DIO_5_PIN GPIO_PIN_4
8080

81-
#define RADIO_TCXO_VCC_PORT GPIOA
82-
#define RADIO_TCXO_VCC_PIN GPIO_PIN_12
81+
#define RADIO_TCXO_VCC_PORT GPIOB
82+
#define RADIO_TCXO_VCC_PIN GPIO_PIN_6
8383

8484
#define RADIO_ANT_SWITCH_PORT_RX GPIOA //CRF1
8585
#define RADIO_ANT_SWITCH_PIN_RX GPIO_PIN_1

0 commit comments

Comments
 (0)