STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 493 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
  • 235 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F415 SVD File

I can't find an svd file for the STM32F415 https://www.st.com/resource/en/svd/stm32f4_svd.zip does not contain a svd file for the STM32F415 series is one of the contained ones 100% compatible?  STM32F401.svd*  STM32F405.svd*  STM32F407.svd*  STM32F41...

ncore by Associate II
  • 2193 Views
  • 4 replies
  • 0 kudos