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


Using BlackMagic probe to upload frmware and debug

Is it possible to use blackmagic probe (https://github.com/blacksphere/blackmagic/wikiQuestion) within Ac6 eclipse environment to upload firmware and debug execution?

Blackmagic probe is HW gdb server and I can acces it over COM5 on my Windows 10 64b.
it box.
How do I need to configure connection to bmp (blackmagic probe)?



regards

Is there some other hw I need to buy that is recommended for programming stm32f3 from openstm32 eclipse environment ?

I was able to upload from openstm32 using legacy debugger under hardware debugging with this command:

target extended-remote COM6
mon swdp_scan
attach 1
monitor vector_catch disable hard
set mem inaccessible-by-default off
monitor option erase
set print pretty

regards

Yes, it is OK in cmd.exe,
but what about eclipse.

I have found this one post about .gdbinit file
https://esden.net/2014/12/29/black-magic-discovery/Question

Idea is to create .gdbinit in project root dir (e.g. ...\workspace\blink.gdbinit) and run
arm-none-eabi-gdb - -command c:/path_to_.gdbinit
and even:
arm-none-eabi-gdb - -command c:/path_to_.gdbinit - -version
(- - = --)

It works in cmd.exe, but how to run in from Eclipse?
I’ve tried to specify it on “GDB Command:” in debug config, but it fail

Any more ideas?


 

Newest Forum Posts

  1. Монтаж камина с грилем в Москве - установка и барбекю by KpddomErorb, 2025-05-10 18:28
  2. SPI on Nucleo_STMH533RE by royjamil, 2025-05-04 20:13
  3. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  4. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  5. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  6. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  7. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  8. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05
  9. Build a project in "release" mode by tang, 2025-02-20 10:36
  10. Build a project in "release" mode by info@creosrl.it, 2025-02-19 17:35

Last-Modified Blogs