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


Syntax error: Unterminated quoted string

Thanks Vetch for the update. I made the change exactly as you show in the .png file. After Build, I still get Error 2 message, but it is now for unexpected “(“.

Is the Syntax error in the main.c file or the main.o file? I would guess the main.c file. I will try and find it. THe problem is that if there is a syntax error in main.c, it was caused by the Cube MX code generator. I did not add or change anything in the files generated by CubeMX.

Thanks again, I need all the help I can get! I have had successful embedded projects previously using TI uControllers. They seemed to be much more straightforward and easier to program than these ST devices.


13:07:24 **** Incremental Build of configuration Debug for project Test3_ST_20161120 ****
make all
Building file: ../Src/main.c
Invoking: MCU GCC Compiler
%cd%
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Dweak=attributeweak -Dpacked=attributepacked -DUSE_HAL_DRIVER -DSTM32L476xx -I”C:/STM32 Nucleo Projects/Test3_ST_20161120/Inc” -I”C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/STM32L4xx_HAL_Driver/Inc” -I”C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy” -I”C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/CMSIS/Device/ST/STM32L4xx/Include” -I”C:/STM32 Nucleo Projects/Test3_ST_20161120/Drivers/CMSIS/Include” -Os -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF”Src/main.d” -MT”Src/main.o” -o “Src/main.o” “../Src/main.c”
Syntax error: “(” unexpected
make: *** Src/main.o Error 2

13:07:25 Build Finished (took 653ms)