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


Noob Questions - 1 Conceptual, 1 Implementation

Complete noob here. I have two questions - one conceptual and one about implementation.
1) When I run a program written for a microprocessor in Work Bench on my Windows PC, what does the PC actually do? I assume it can’t actually run the program because it is physically different from the microcontroller. For example, if I write a program to blink a specific LED on the microcontroller, that LED doesn’t exist on my computer, so does the PC just quietly run through the program and not actually execute it...?

2) I wrote basically a “Hello World” program and got a Launch Failure error. I followed some suggestions regarding the Run Configurations and that got me to the point where I’m now getting a new set of errors (“Error Starting Process”) - log below followed by code. I likely need to give folks more info, and am happy do so if you can point out what exactly I should provide.

Thank you for any help you can provide:

Error starting process.
Cannot run program “C:\Users\rmccann\workspace\FirstARMProject\inc\main.cpp”: Launching failed
Cannot run program “C:\Users\rmccann\workspace\FirstARMProject\inc\main.cpp”: Launching failed
Cannot run program “C:\Users\rmccann\workspace\FirstARMProject\inc\main.cpp”: Launching failed

/*
* firstmain.cpp
*
* Created on: Jun 30, 2018
* Author: rmccann
*/

  1. include

int main ()
{
using namespace std;
cout

 

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