STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

VDDUSB connection

Posted on August 22, 2017 at 15:07Hello there,I have a question regarding VDDUSB connection in STM32L452 MCU. Should it be applied all the time, or only when the USB cable is being connected? I was wondering either it is possible to apply it from th...

STM32F7 HS USB Audio Issue

Posted on August 21, 2017 at 21:56I browsed the forum it looks like people already asked this question but no clear answer has been posted.Like others, I am able to run the USB FS Audio example on Disco board (746) but it gets into 'Incomplete ISO I...

fft by Associate II
  • 338 Views
  • 0 replies
  • 0 kudos

HAL and STD libraries

Posted on August 21, 2017 at 13:23Hi!! Project(STM32F4) is written using the STD library, but in HAL libary much easier to work with ethernet. How do you think it is possible  to use HAL and STD library together?  #stm32f4 #std_lib #hal

LWIP Udp Maximum Payload Length

Posted on August 21, 2017 at 15:18hi everybodyi am trying to transfer large amount of data through UDP to PC from my STM32F407.the problem is when i want to send more than 1500 bytes , i get nothing on PC side.it seems LWIP (which is generated and c...