STM32 MCUs Embedded 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
  • 600 Views
  • 4 replies
  • 1 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
  • 822 Views
  • 6 replies
  • 1 kudos

udp_sendto() returns a -4 error code

Im trying to send udp packets back and forth using a Nucleo F429zi board. As I debug the program, I get 0 for all the other errors, but for udp_sendto() I get a -4. I found that this error code corresponds to ERR_RTE, operation in progress error, but...

DMeye by Associate II
  • 420 Views
  • 0 replies
  • 0 kudos