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


Error: java.lang.NullPointerException - Solved

Hi, my name is Livio, I try to test some examples from ST with the board STM32F469I-Discovery with System Workbench for STM32.

I import the example, one of this is LCD_DSI_CmdMode_DoubleBuffering, but the problem is the same with many examples.
I can import correctly, then I click on BUILD icon, no problem.
But when I click on DEBUG icon I receive the message:

An internal error occurred during “Launching STM32469I_DISCOVERY.elf”
java.lang.NullPointerException.

Someone can help me?

Thank you

Livio

Solved with “Help - Check for Updates”, after the update no more errors.