STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cube Generated USB MSC project for STM32F105

Posted on December 21, 2015 at 10:37I have a USB-MSC project developed with SPL and stand alone USB OTG Library(V2.1.0). The CPU is STM32F105RB. The medium of Massstorage is a SPI-Flash, which has a 4096 Bytes sector size. The board works as a devic...

USB bluetooth dongle

Posted on December 21, 2015 at 10:58Hi allNow, i have project use USB bluetooth dongle on base stm32f1This is usb bluetooth dongle, not bluetooth module I have search, but not found document or source which i can research thisPlease share to me docu...

ngtbinh by Associate II
  • 560 Views
  • 0 replies
  • 0 kudos

Uart variable length

Posted on December 20, 2015 at 14:56Hi ! I need to implement a Rx-uart at 250k bauds with variable length but the problem is that I'm with the CubeMX configurator and I don't know how to do it.I was also trying to receive the data in DMA but when I ...

MTP device mode for STM32

Posted on December 20, 2015 at 03:00I have seen, that there exist  a host mode MTP driver for STM32 in STM32Cube. Anyway there are ever recurring questions if there is the possibility to write data simultanously in datalogging appliation to an SD Ca...

thorsten by Associate II
  • 496 Views
  • 0 replies
  • 1 kudos

stm32f7 discovery kit and ucLinux, ethernet

Posted on July 27, 2015 at 22:13Hello, How to easy increase external sdram from 8MB to > 16MB? Do you know any chip 8Mx16, 16Mx16, 32Mx16 and the same package? In my opinion this kit should have minimum 16MB ram... #stm32f7-disco-sdram-uclinux-et...

rpiotr by Associate II
  • 760 Views
  • 3 replies
  • 0 kudos

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
  • 1046 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
  • 845 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...