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


You are viewing a reply to Semihosting with STM32  

Semihosting with STM32

France

Hey richard,

This seems very interesting, but your code deos not get through correctly.

To provide code you should bracket it between CODE tags:
{CODE(colors="c")} 
    place your code here
    #include < header.h >
    #include "header.h"
{CODE}


Moreover, regretfully, code that look like HTML tags (that is between angle brackets < and >) is suppressed even in CODE blocks, except if there is a space after the opening bracket (like above) so either slightly edit your code by adding a space there or change the includes to use quotes instead... I was able to correct the rest of your post, but I don’t get the name of the files to include...

Could you edit your post to add the rpoper header files?

Thanks for sharing your results

Bernard