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

SDIO DMA hang

Posted on February 29, 2016 at 08:08Hello,I'm trying to modifiy my project to work with DMA on the SDIO interface. Without DMA the system works fine. Then I modified my Cube settings to DMA and set the access functions to Write_DMA and Read_DMA. Now...

mmetzger by Associate II
  • 1038 Views
  • 3 replies
  • 0 kudos

handling multiple TCP segments

Posted on October 27, 2016 at 10:27hello! I'm using STM32f407 discovery kit along with extension board for my webserver project, I've tested lwip demo code and it works fine. Problem comes when client sends a bigger packet, for example 2000 bytes, a...

Standard Peripheral Library status?

Posted on October 20, 2016 at 15:31I've been using the Standard Peripheral Library for STM32F4 for years, and have always found it fairly intuitive, and the code sits neatly contained within my driver classes. My experience with CubeMX is that I rea...

unicycle by Associate III
  • 1278 Views
  • 7 replies
  • 0 kudos

Custom Bootloader on STM32F0

Posted on October 09, 2016 at 14:21HiI am trying to write a custom bootloader for the STM32F030XX to upload a firmware through a wirless module (NRF24L01). I already wrote some code handling the upload but I am stuck at how to manage bootloader and ...

damian2 by Associate
  • 2176 Views
  • 3 replies
  • 0 kudos

Bootloader STM32L476

Posted on October 19, 2016 at 13:47Dear all, I'm working with a Nucleo-64 board and want to start the system boot loader from source code in combination with the Flash Loader Demonstrator, currently I'm trying the boot loader in combination with USA...

wh by Associate III
  • 1511 Views
  • 7 replies
  • 0 kudos

STM32CubeMX I2S DMA buffer size

Posted on October 23, 2016 at 23:03Hi everybody, when using the Standard Peripheral Library I could set DMA buffer size for I2S using something like the following:   DMA_InitStructure.DMA_BufferSize = BUFFER_SIZE; But when using STM32CubeMX I could ...

fuentesj by Associate
  • 620 Views
  • 0 replies
  • 0 kudos

Stm32F767 Nucleo Ethernet does not always start

Posted on September 18, 2016 at 03:00Hi All,I have noticed that the Stm32F767 Nucleo does not always start Ethernet reliably. For testing I used one of the example on the STM32Cube_FW_F7_V1.4.0 for the STM32F746ZG-Nucleo base of LWIP. I set up a DOS...

arainho by Associate II
  • 3722 Views
  • 20 replies
  • 0 kudos

Huawei 3G USB modem connect to STM32

Posted on August 15, 2016 at 19:37Hello. I try connect USB modem to STM32F207. I'm used AT^U2DIAG=0 command for switch modem to CDC mode. But in debug i see interfeise with bInterfaceClass = 0xFF only on modem. What is the interface? How get CDC?PC ...

zhenya by Associate
  • 1038 Views
  • 2 replies
  • 0 kudos

stm32 USB OTG Host doen't work with some usb-devices

Posted on September 06, 2013 at 09:20Hello. I am trying to use usb host in stm32f105. Done everything according to reference manual, usb libs, application notes, etc. The host works,but not always. To be more exact: not with all usb-devices. Keyboar...

maxim by Associate
  • 1870 Views
  • 7 replies
  • 0 kudos

STM32L4 USB Connect/Disconnect Detection

Posted on October 18, 2016 at 23:43I'm working on USB on an STM32L4 chip and cannot seem to reliably trigger when a USB Device is both Connected and Disconnected. I trigger the interrupt overall and handle it, but I need changes to happen as soon as...

jacob2 by Associate III
  • 2062 Views
  • 3 replies
  • 1 kudos