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

Custom name in USB-DFU-Mode

Greetings,I am currently using for the STM32F469ZI the build-in USB-DFU-Bootloader. So far the bootloader is working well. The bootloader always register itself in Windows 7 as "STM Device in DFU Mode". Is there a possibility that this name can be ch...

SSchn.8 by Associate II
  • 916 Views
  • 4 replies
  • 1 kudos

STM32L152 HAL libary - USART, - no TX transmission ?

Dear Sir,Now I am using HAL library ( STM32Cube_FW_L1_V1.8.0)after setup USART 3, and after running, in some case, I need to disable the transmit interrupt by using__HAL_UART_DISABLE_IT(&UartHandle, UART_IT_TXE);But then if I need to re-transmit som...

MLy by Associate II
  • 359 Views
  • 0 replies
  • 0 kudos

USB VCP Bug?

Hi .I use CDC to transmit data to computer .I want to transmit big array to the computer using CDC_Transmit_FSwhat is the maximum buffer length that support this function ?this is my code:CDC_Transmit_FS((uint8_t *)buffer,(uint16_t)73728);but some am...

rNabi by Associate II
  • 1175 Views
  • 6 replies
  • 1 kudos

HAL_PCDEx_BCD_Callback defect in L4 1.12.0 HAL

There was a change in the HAL_PCDEx_BCD_Callback() function defined in usb_device.c that, by default, results in the code not handling the PCD_BCD_DISCOVERY_COMPLETED notification.The switch statement for processing the state changes in the new user ...