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:wl55 [2024/08/10 15:13] – [Application] darronboards:wl55 [2024/09/19 23:55] (current) – [Resources] darron
Line 5: Line 5:
 </wrap> </wrap>
  
-This board uses a dual core STM32WL55JC MCU which contains both a Cortex-M4 and Cortex-M0+ CPU.+This is a LoRa radio board with a dual core STM32WL55JC MCU which contains both a Cortex-M4 and Cortex-M0+ CPU.
  
 Two demo boards exist, the JC1 and JC2. The former is for high band RF and the latter low band RF. Two demo boards exist, the JC1 and JC2. The former is for high band RF and the latter low band RF.
Line 204: Line 204:
  
 </code> </code>
 +
 +===LoRaWAN firmware===
 +
 +The I-CUBE LoRaWAN demo has been updated to support GNU make [[https://hg.kewl.org/pub/LauraWAN|here]].
 +
 +
 ===Resources=== ===Resources===
  
Line 214: Line 220:
 [[https://www.st.com/en/microcontrollers-microprocessors/stm32wl55jc.html|MCU product page]] [[https://www.st.com/en/microcontrollers-microprocessors/stm32wl55jc.html|MCU product page]]
  
-[[https://www.st.com/en/embedded-software/stm32cubewl.html|Software page]]+[[https://www.st.com/en/embedded-software/stm32cubewl.html|STM32CubeWL software page]] 
 + 
 +[[https://github.com/STMicroelectronics/STM32CubeWL|STM32CubeWL software repository]]
  
-[[https://github.com/STMicroelectronics/STM32CubeWL|Software repository]]+[[https://www.st.com/resource/en/user_manual/um2643-getting-started-with-stm32cubewl-for-stm32wl-series-stmicroelectronics.pdf|STM32CubeWL user manual]]
  
-[[https://www.st.com/resource/en/user_manual/um2643-getting-started-with-stm32cubewl-for-stm32wl-series-stmicroelectronics.pdf|Software guide]]+[[https://www.st.com/resource/en/application_note/an5406-how-to-build-a-lora-application-with-stm32cubewl-stmicroelectronics.pdf|STM32CubeWL application note]]
  
-[[https://community.st.com/t5/stm32-mcus/how-to-import-stm32cubewl-repository-projects-onto-different/ta-p/618854|STM32WL LoRaWAN_End_Node]]+[[https://community.st.com/t5/stm32-mcus/how-to-import-stm32cubewl-repository-projects-onto-different/ta-p/618854|STM32CubeWL LoRaWAN_End_Node HOWTO]]