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! STM32F7 USB CDC VCP unable to open serial port

Posted on July 03, 2018 at 18:53I have strange problem on my hand which I can't figure out if it is a Windows driver or USB stack issue. I have an embedded STM32F732 using USB FS CDC for communication. The MCU is self powered with VBus sensing. When...

can't create RAW SOCKET FeeRTOS+LWIP

I'm trying to create a project on the Nucleo-STM32H743ZI, in which I want to implement the ICMP protocol on remote hosts. I took the example of LWIP contrib-2.0.1. The problem is that when creating a RAW SOCKET, it always returns -1. socket = lwip_so...

TAlex.11 by Associate
  • 2399 Views
  • 5 replies
  • 1 kudos

ADC DMA in double buffer mode and callback

Hello ST team,my platform: STM32f429I use ADC with DMA in double buffer mode.The ADC_ConvCallback is only called when the Memory0 is filled. There is no Callback called when the memory1 is filled.This due to the hdma->XferM1CpltCallback which is NULL...

STM32 Choice for USB-PD STM32F0 + STUSB1602

Hi, I currently working on a USB PD project. I am quite interested in ST solution. I need a DRP, dual power role, features so STUSB1602 should be included in the design. I just found the application firmware is developed based on STM32F071RB and the ...

Leo Tai by Associate II
  • 520 Views
  • 0 replies
  • 0 kudos

hey everyone. I hope this is the correct place to ask this. I am trying to implement a driver on IAR in order to use an SD card on STM32F746 DISCO using FATFS. sadly every tutorial I find is out of date and I have a few problems with basic functions.

the functioins I am having a problem with are BSP_SD_Init and f_mount.I tried using this video https://www.youtube.com/watch?v=kRhF44v2ezM step by step, but the FATFS used there is old dated and so is the cubemx version, and that led me to wierd loo...

YAxel.1 by Associate
  • 410 Views
  • 0 replies
  • 0 kudos