2023-06-07 09:22 PM
My application uses an sx1262 LoRa sub GHz transceiver. I need an MCU which has very low power consumption as well as high performance efficiency. In that case which option will be the best? Is it to choose a lower power series MCU and add an extra transceiver or use STM32WLE5x MCU which has an inbuilt transceiver?
Solved! Go to Solution.
2023-06-08 02:47 AM
Hello @LGEOR.1 and welcome to the community,
For the low power families you can refer to both STM32Lx and STM32U5 MCUs.
To compare which MCU has the best performance based on your application you can refer to the product datasheet section "Supply current characteristics".
In the STM32CubMx there is the PCC tool which has the capability to give an estimation to a given situation.
To access to the PCC you need to
After that you can select the preferred case that you want to implement, and see the estimated power consumption
Mohamed Aymen
2023-06-08 02:47 AM
Hello @LGEOR.1 and welcome to the community,
For the low power families you can refer to both STM32Lx and STM32U5 MCUs.
To compare which MCU has the best performance based on your application you can refer to the product datasheet section "Supply current characteristics".
In the STM32CubMx there is the PCC tool which has the capability to give an estimation to a given situation.
To access to the PCC you need to
After that you can select the preferred case that you want to implement, and see the estimated power consumption
Mohamed Aymen
2023-06-08 03:43 AM
Thank you!