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

STM32F4 HID Host custom device

Posted on November 12, 2014 at 08:42Hello,I am interested to make USB HID HOST which can communicate with custom hid device instead of mice or keyboard.For that I have to send data to that custom hid device.I have used below fuction for dataoutUSBH_...

HAL LIBRARY LIN BUS EXAMPLE

Hey there,I want to use a LIN BUS communication with my STM32F01CCT6 microcontroller. But i cannot see any example in internet neither in datasheet of my MCU. Is there any example LIN Transmit and Receive example that i can use. Thank you

stm32f4 cubemx + usb vcp, Windows 10 driver problem

Posted on June 13, 2018 at 08:07Hello      I'm trying to make a usb vcp demo by using cubemx. I'm using the standard configuration. However there is a windows 10 driver problem. I tried it in 4 different computer.      How can I find the proper usb ...

Bug of HAL_SPI_Transmit_DMA for 1 byte

Posted on June 28, 2018 at 08:30STM32L053R8T6 (Nucleo), STM32CubeMX 4.26Here so two bytes are transferred perfectlyaTxBuffSPIECG[0] = 0x75;aTxBuffSPIECG[1] = 0x55;HAL_SPI_Transmit_DMA(&hspi2,(uint8_t*)aTxBuffSPIECG, 2);But one byte is not transmitte...

USB composite cdc msc OUT io trouble

Posted on February 27, 2018 at 01:05Hey. STM32F746 device transmits constant lenght-garbage bytes from a cdc device while working in composite with MSC interface as well. While enumeration, receiving and SCSI functions work perfectly fine, device se...

Ole Ho by Associate II
  • 541 Views
  • 1 replies
  • 0 kudos

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
  • 452 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
  • 671 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)-...