Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
boards:wio-e5 [2024/08/30 21:42] – [STM32WLE5JC] darronboards:wio-e5 [2024/09/17 17:06] (current) – [LoRaWAN firmware] darron
Line 9: Line 9:
 </wrap> </wrap>
  
-This board has a package containing a STM32WLE5JC cortex-m4 microcontroller at 48 MHz.+This board has a package containing a STM32WLE5JC Cortex-M4 microcontroller at 48 MHz.
  
-The MCU does not contain a FPU, only the mandatory DSP for m4+The MCU does not contain a FPU, only the mandatory DSP for M4
 cores, but it does have an embedded radio, it appears to be an SX1262. cores, but it does have an embedded radio, it appears to be an SX1262.
  
Line 208: Line 208:
 <code> <code>
 OFF OFF
-RF_SW_CTRL1 = 0 +PA4 RF_SW_CTRL1 = 0 
-RF_SW_CTRL2 = 0+PA5 RF_SW_CTRL2 = 0
  
 RX RX
-RF_SW_CTRL1 = 1 +PA4 RF_SW_CTRL1 = 1 
-RF_SW_CTRL2 = 0+PA5 RF_SW_CTRL2 = 0
  
 RFO_LP RFO_LP
-RF_SW_CTRL1 = 1 +PA4 RF_SW_CTRL1 = 1 
-RF_SW_CTRL2 = 1+PA5 RF_SW_CTRL2 = 1
  
 RFO_HP RFO_HP
-RF_SW_CTRL1 = 0 +PA4 RF_SW_CTRL1 = 0 
-RF_SW_CTRL2 = 1+PA5 RF_SW_CTRL2 = 1
 </code> </code>
 +
 +According to the product WIKI RFO_LP is not supported.
 ===Clock=== ===Clock===
  
Line 234: Line 236:
  
 32.768KHz 32.768KHz
 +
 +===LoRaWAN firmware===
 +
 +The I-CUBE LoRaWAN demo has been updated to support GNU make [[https://hg.kewl.org/pub/LauraWAN|here]].
 +
  
 ===Resources=== ===Resources===