Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Trace Power Consumption

Hi,

I want to use the new STM32L4 insted of MSP432 for low power application. Is there a similar product for the SMT32L4 like the EnergyTrace for MSP432 embedded in the SW4STM32 or as third party software? I just got the new Discovery board with STM32L4 and it has display, which shows current or voltage, but I want to have both values plotted in real time on my PC. I appreciate any advice on how to get info about power consumption on STM32 microcontrollers.

The STM32L4 Discovery has embedded some power consumption measure capabilities for static modes.

You can find in the STM32CubeL4 sources the source of the demo software that uses the feature on the board.

I’m not aware of another tool for power consumption measurement on STM32L4 for the moment.

It will really help if you could detail a little bit more your expectations in term of power measurement to see if such a tool can be easily produced.

Regards
Daniel