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
I tried, but still the same error going to Infinite_Loop. I am looking into Linker problems now. What I meant is, whenever there is a constant number in function, everything is fine, but variable has a problem. So in a case of constants, Linker must calculate values correctly, but program can’t do it?