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


Open NSynth Super - STM32f0x.cpu "Could not initialize the debug port"

Hi !

I’m building the Open Nsynth Super from Google Creative Lab. https://github.com/googlecreativelab/open-nsynth-superQuestion

I’m now at the step where I have to install the firmware on the Raspberry Pi 3 via the Micro SD card with the image set on it. I’m super novice in this field, and I hope I’ll be the clearest as possible in my post.

When I ran the commande :
$ sudo mount -o remount,rw /
$ cd open-nsynth-super/firmware/src
and then
$ make install

(It’s here supposed to run the installation and to be done) BUT then I have (after a few lines) :

__Error : Could not initialize the debug port
Target Name : stm32f0x.cpu
Type : cortex_m
Endian : little
TapName : stm32f0x.cpu
State : unknown

adaptater speed : 101 kHz
Error : could not initialize the debug port
Error : Target not examined, will not halt after reset !
TARGET : stm32f0x.cup - Not halted
In procedure “reset” called at file “openocd.cfg”, line 22
In procedure “ocd_bouncer”

Make file:40: recipe for target “install” failed
make: *** (install) Error 1__

Does anyone know about this issue ?

Thank you,