Mbed SDK for XRange SX1272 LoRa module

Dependents:   XRangePingPong XRange-LoRaWAN-lmic-app lora-transceiver

SX1272 LoRa RF module

https://www.netblocks.eu/xrange-sx1272-lora-datasheet/

Files at this revision

API Documentation at this revision

Comitter:
netblocks
Date:
Thu Jan 07 13:01:25 2016 +0000
Parent:
338:f615a686ac25
Commit message:
HSE_VALUE set for XTAL 16Mhz

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_STM32L1/stm32l1xx_hal_conf.h Show annotated file Show diff for this revision Revisions of this file
diff -r f615a686ac25 -r ac6f3fd999f3 targets/cmsis/TARGET_STM/TARGET_STM32L1/stm32l1xx_hal_conf.h
--- a/targets/cmsis/TARGET_STM/TARGET_STM32L1/stm32l1xx_hal_conf.h	Sun May 31 11:52:14 2015 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32L1/stm32l1xx_hal_conf.h	Thu Jan 07 13:01:25 2016 +0000
@@ -89,7 +89,7 @@
   *        (when HSE is used as system clock source, directly or through the PLL).  
   */
 #if !defined  (HSE_VALUE) 
-  #define HSE_VALUE    ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
+  #define HSE_VALUE    ((uint32_t)16000000) /*!< Value of the External oscillator in Hz */
 #endif /* HSE_VALUE */
 
 #if !defined  (HSE_STARTUP_TIMEOUT)