User Activity

Hi i am trying to implement Littlefs filesystem on STM32L151 MCU which is interfaced with external Flash memory using SPI.is it already implemented on any one of the STM32 board? if yes-i need to know what are the key features to be carried out to im...
I am working on STM32L151QD MCU. I want to implement CRC feature in my application using STM hardware CRC block.i am trying below steps to configure HW CRC:uint32_t crc; uint32_t t_buffer[4] = {1,2,3,4};  RCC_AHBPeriphClockCmd(RCC_AHBPeriph_CRC, ENAB...
interface STM32L151QD with MX25R6435F flash memory using SPI. But i found clock frequency of STM = 32MHz maximum and Flash mem frequency = 80MHz . so how to implement SPI interface between these two. Is it possible??? Do we have any example code???
Kudos from