STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L476 Discovery + HAL Library + FatFs

Posted on March 02, 2016 at 10:35Hello ! I would like to add some memory to the STM32L476 Discovery board.For that, I am trying to connect a microSD through SPI using FatFs.I found : http://stm32f4-discovery.com/2014/07/library-21-read-sd-card-fatfs...

celine by Associate
  • 467 Views
  • 1 replies
  • 0 kudos

STMF2 USB BULK IN/OUT Incomplete

Posted on February 26, 2016 at 23:29Hi,I'm working on getting a WinUsb working.  I have the device enumerating successfully.  However, when I try to send data on BULK OUT to the device or read data from BULK IN in both cases I see 'incomplete' on my...

STM32CubeFx HAL library and Errata

Posted on February 26, 2016 at 10:52Hi CubeMX team,how do you solve microcontroler errata in HAL libraries ? It is possible to activate and deactivate the recommended workaround for different revision of microcontroller ? Petr #hal-library-erra...

STM32 CubeMX FATFS SDIO DMA hangs

Posted on February 20, 2016 at 03:24I have regular transfers working for read/writes. I am trying to get transfers working with DMA. I am using CubeMX 4.12.I set it up to have a dma request for both TX and RX (DMA2 Stream 3 and DMA2 Stream 6 respect...

dawime by Associate II
  • 448 Views
  • 2 replies
  • 0 kudos

SPI Flash+ Fatfs +STM32L0

Posted on February 23, 2016 at 08:32 Hi everybody, I develop file system on spi flash with FAtfs library.But i have a bit problem.My problem is f_getfree() function return 0 free cluster but all flash is free.The other fatfs function working...