Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

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..