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


SD card on stm32f7-discovery board problem ?

Tunisia

the main differences are the generated linker script (LinkerScript.ld) vs the original one (STM32F746NGHx_FLASH.ld)
and project settings (especially linker miscellaneous flags)

THANKS TAREK BOUCHKATI...

The linker files was the same but the solution was the missing linker instrulction as you can see in the attached images

I did try to google to learn was happend when setting -specs=nosys.specs -specs=nano.specs but can not see how it can influence on FATFS ..

But you are my hero today ;o)

Hjalmar