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


Debugging Nucleo F446re

Hello,

I am new at programming ST micros and I found your tool to program them, but I am running in some issues. To install I followed all the insctruction found on this website. Just to make sure that everything was working I created a base project following the wizard. The code is dead simple and generated by default. Just in case here it is :

/**
******************************************************************************
* @file main.c
* @author Ac6
* @version V1.0
* @date 01-December-2013
* @brief Default main function.
******************************************************************************

  • /


  1. include “stm32f4xx.h”
  2. include “stm32f4xx_nucleo.h”



int main(void)
{

while(1);
}

When I try to load the program to my it does not work and I get the following(see attached) in the console. Would really like to use OpenSTM, but I do not seem to find what is wrong with my board

Thank you a lot in advance

MT

OS: Ubuntu 14.04.5 LTS
STM32 Version: 1.13.1.201701261206
Board : Nucleo F446RE