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

USB Flash drive

Posted on September 12, 2016 at 17:38Hi I have the STM32L152 Discovery board. Is there any possibility to use one of the two USB ports to connect a USB flash drive to them to write files? Are there any examples of such implementation?Or is this also...

payon by Associate
  • 627 Views
  • 2 replies
  • 0 kudos

XferCpltCallback member in DMA_HandleTypeDef

Posted on September 02, 2016 at 14:03The documentation (DOCID027704 Rev 5) statesAt the end of data transfer HAL_DMA_IRQHandler() function is executed and user can add his own function by customization of function pointer XferCpltCallback and XferEr...

Problem with STM32F072RB and Cube Library

Posted on September 08, 2016 at 20:47Hello guys,I wanted to make a new project for my STM32F072RB using the Cube Library.I'm programming in Eclipse with GNU ARM Eclipse plugin, ARM GCC compiler and OpenOCD together with an ST-Link V2.When I use the ...

nicolas2 by Associate II
  • 1571 Views
  • 6 replies
  • 0 kudos

FAT write problem uin sd card

Posted on August 16, 2016 at 12:16 hi, i am trying to do a data logger using FAT with sd card. in the below code trying to write in sd card with 100ms interval, the code has write into sdcard at only one time. latter it has gone to...

rajesh23 by Associate II
  • 2591 Views
  • 10 replies
  • 0 kudos

32F3 USB without HSE

Posted on June 22, 2016 at 08:40How can one use the USB without HSE oscillator? I have been playing with the STM32F3 discovery board, on the original preloaded firmware there is USB functionality, but the board doesn't have any external oscillator p...

STM32F302

Posted on September 06, 2016 at 18:15http://www.compel.ru/infosheet/ST/STM32F302R6T6STM32F302 CAN and USB at the same time?We are thinking of using an STM32F302R6T6  KB for our next project. But I need to know if CAN and USB can be used at the same ...

ssurneed by Associate II
  • 437 Views
  • 1 replies
  • 0 kudos

HAL I2C

Posted on September 06, 2016 at 13:59Hello friends. I'm having difficulty with the work via a I2C interface using the STM32 HAL Library. Microcontroller STM32 F205RG. The project generated STM32CubeMX. The problem is this: in debug mode or after pro...