cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL5MOCH6 Frequency Range

yaxsomo
Associate III

Hello Everyone,

I'm checking the STM32WL5MOCH6TR MCU of a custom board that i made a few years ago, and I don't understand something : 

- On the datasheet, it says that its frequency range supported is 864–928 MHz

- When I open a CubeIDE project, I'm able to set a much wider range : 

LoraWAN example : 

Screenshot 2026-05-15 at 12.10.34.png

 

SubGHz_Phy example : 

Screenshot 2026-05-15 at 12.11.36.png

 

Is that intentional ? Maybe those Middlewares are general-purpose?

2 REPLIES 2
malarab
Senior II

Hi Yaxsomo,

you can configure by software the frequency range from 150 MHz to 960 MHz which is supported by the STM32WL5x family. The config on cubeIDE are defined by regions based on the allowed frequencies on each one.

However, the the RF circuit (IPD + RF Switch) in the STM32WL5MOC is designed for the frequency range 864–928 MHz. Being outside of that range gives you poor performance.

Andrew Neil
Super User

@yaxsomo wrote:

 STM32WL5MOCH6TR MCU


Note that the STM32WL5MOCH6TR is a module - not just an MCU:

AndrewNeil_0-1778854798108.png

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.