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

STM32F41xx USB CDC Transmit Problem

Posted on December 21, 2017 at 13:32Hello,    In STM32F41xx, we are facing the problem to send data to PC. Actually we are using CDC_Transmit_FS function to send 60 bytes data to PC. But code getting stuck in if (hcdc->TxState != 0)  return USBD_BUS...

what is string length limit for CDC_Transmit_FS

Posted on May 19, 2018 at 16:28Hi,i was using CDC_Transmit_FS api to send data serially. It is printing as well but if i give string length more than 30 approx. then CDC doesn't send data.if i gave length as 20 then it works for same string.Is there...

SS.Sagar by Associate III
  • 453 Views
  • 1 replies
  • 0 kudos

stm32f4 dfu

Posted on December 20, 2013 at 16:22I'm working on a dfu bootloader for stm32 (f4) devices (https://github.com/swinman/dfu-programmer stm32 branch).  I'm using the stm32f407vg and have gotten everything working except the read operation.  When I cal...

winman by Associate II
  • 676 Views
  • 1 replies
  • 0 kudos

HAL_ETH_Init Timeout on STM3210C-EVAL

Posted on April 19, 2018 at 17:04Hello,I'm currently using a STM3210C-EVAL board with FreeRTOS, and I wanted to communicate with it through Ethernet.However, the program stops working when this function is executed in HAL_ETH_Init :(heth->Instance)-...

HAL_Delay_Microseconds on STM32F302R8

Posted on June 19, 2018 at 19:27I'm trying to find a way to use a delay of 300microseconds in my code.  I'm currently using a F302R8.  I'd like to do this without using interrupts for the time being, if possible.  Is there a HAL_Delay_Microseconds a...

STM32L476 - USB_OTG - FatFs - FreeRTOS

Posted on July 14, 2017 at 11:59Hi everyone,I'm working with an STM32L476VGT microcontroller and I'm trying to use USB_OTG_FS in Host_Only mode for reading and writing on an USB Drive. I also have a STM32L476 Discovery board but cannot find any exam...

mattia by Associate
  • 722 Views
  • 1 replies
  • 1 kudos

STPM32 issue in Enabling communication

We are using stpm32 for Ac metering. We have sent the sequence ( 48 FF FF FF 22 ) to read register 36 which will read VRMS and IRMS. Now it is reading but when I change the AC mains voltage, the readings are not changing. Is there anything I need to ...