STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm32F10X+FatFS+SDIO DMA HardFault

Posted on December 15, 2015 at 17:20 I have problem with STM32f103 FatFS library. If I start it with SD_SetDeviceMode(SD_POLLING_MODE) everything works OK. But when I change it to SD_SetDeviceMode(SD_DMA_MODE) it is fired HardF...

bronek by Associate II
  • 998 Views
  • 3 replies
  • 0 kudos

Problem with Cube USB device transfer

Posted on November 05, 2015 at 14:52I am implementing new class driver for USB device. Basically this is PTP/MTP compatible class driver for device. I run into problem during USB transmission.  For now I have device descriptor configured and transfe...

0x4e71 by Associate II
  • 814 Views
  • 2 replies
  • 0 kudos

STM32Cube USB device driver interrupt handler fails to clear TxState, leaving CDC unable to send IN transfers

Posted on December 15, 2015 at 20:08I've found a bug where the order of the interrupt handlers causes the HAL driver to get stuck in TxState==1, causing CDC_Transmit_FS() to always return USBD_BUSY leaving it unable to send any more IN transfers.The...

USB enumeration failed !

Posted on December 14, 2015 at 17:16Hi, \STM32Cube_FW_F3_V1.4.0\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c (version V2.4.1) The last update with ''Prepare endpoint for premature end of transfer'' modification doesn't work. I had ...

thln47 by Associate III
  • 360 Views
  • 0 replies
  • 0 kudos

bug on STM32_USB_Device_Library

Posted on December 08, 2015 at 10:20Hi, I found another bug on USB library for the STM32F3XX (STM32_USB_Device_Library in STM32Cube_FW_F3_V1.3.0). STM32Cube_FW_F3_V1.3.0\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c In the usbd_core.c...

thln47 by Associate III
  • 410 Views
  • 1 replies
  • 0 kudos