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


Time() function in stm32

I have to integrate a library over from Linux which uses the time() function from time.h
Once I execute, the time(NULL) function returns -1 and doesn’t store time in my time_t variable.
I hav not added RTC in my code and I’m not sure if thats required