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


FatFs Implementation on STM32F0 discovery Board

Hi..Guys,

I am working on FatFs implementation for SD card on STM32F0 discovery Board.

I have ported the fatfs stack and its compiling and running successfully.

I have purchsed Sd card connector which i have attached.And conneted to Discovery board with 6 burg cables.

But my problem is when i call the SD_Init() function to intialize the low level SPI driver it returns SD_DATA_OTHER_ERROR (0xFF) value.

I am using the stm320518_eval_spi_sd.c STM32F0 library file for low level intialization.

Could not understand where is the problem.

Please help me to sort out the issue.

Thanks..