User Activity

Posted on January 11, 2018 at 13:29Hi,I am using STM32L4 MCU. Facing a problem with SPI communication.MCU clock:48MhzSPI clock enabled as 6MhzUsing a interrupt for SPI write.I am seeing 17us time duration (3us clock + 14ms idle time) between a bytes...
Posted on January 13, 2017 at 08:23Hi,I am using STM32L4 controller. I am using FatFS+FreeRTOS example project to make sure that SD read and write is working properly. But i am facing problem when i do continuous SD write to the SD card.I have four ...
Posted on December 26, 2016 at 12:12I have downloaded two example project for SD card read & write, One is  FatFS_uSD(standalone project) and second one is FatFS_uSD_RTOS(with FreeRTOS) from the ST link.I am doing continuous write(f_write) to the sd...