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

Resolved! STM32L152 usb msc device with SD on SPI

Posted on September 15, 2017 at 10:34Hi everyone,I have a problem with USB MSC device on my stm32l152. I take example from 'STM32Cube_FW_L1_V1.8.0' of USB_Device - MSC_Standalone. In this example the sdcard use SDIO for connect is SD. So I have only...

DFU programming and verify ok but fails leave DFU

Posted on May 24, 2018 at 10:37We have a board with a stm32f105 which is programmed via DFU and my own programming application. This application is based on the STM DfuSe demo source using the stm dfu dlls. It has worked fine in production and servi...

toby2 by Senior
  • 473 Views
  • 0 replies
  • 0 kudos

STM32H7 Ehernet issue

Posted on March 13, 2018 at 08:31Hai , Now we are using the STM32H7 MCU in our board instead of the STM32F7 MCU .For ethernet in the STM32F7 phy drivers are given by  the stm during the generation (by cubemx) only but for the STM32H7 phy drivers are...

MANISH by Associate II
  • 868 Views
  • 5 replies
  • 0 kudos

USB CDC - When does the endpoint become ready?

Posted on February 10, 2016 at 10:49Hi, I'm using the CDC class driver version 2.4.1 and made the following changes to the usbd_cdc_if.c template: Since the provided CDC_Transmit_FS function tries to transmit the packet forever, i.e.do {     result ...

work by Associate II
  • 1798 Views
  • 3 replies
  • 2 kudos

STM32Cube FW_L4 V1.11.0 Bug in new CAN driver?

Posted on May 18, 2018 at 17:37Hi,in the HAL_CAN_IRQHandler, the checks for ALST and TERR errors are only done if RQCP is Set, meaning successful transmission:The hardware indicates a successful transmission by setting the RQCP and TXOK bits in the ...

nSS is missing in action, using HAL with stm32F767 to do SPI master multiple byte frame, sending using DMA...

Posted on May 08, 2018 at 14:24Hey there,I'm using SPI3 on an STM32F767ZI (on a nucleo board for now) I'm using HAL and DMA based multi-byte transfer. (but still feel kind of new to it) I'm trying to just setup a basic SPI master and wanted to be ab...