STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to connect usb stick to Nucleo board

Posted on December 16, 2016 at 19:55Hi,I am using NucleoF401re board. I required to connect usb stick to the nucleo. i got following link with guidance. But i don't have LM3526 right now. So, is there any alternative to avoid LM3526 ic.?Or if i conn...

SS.Sagar by Associate III
  • 225 Views
  • 0 replies
  • 0 kudos

STM32 send USB packet bigger than 64B

Posted on December 16, 2016 at 18:16I'm currently developing on a Nucleo-144 (NUCLEO-F446ZE).When i want to send an answer to the pc with a packet bigger than maxpacket (64bytes)the HAL library split it witch is normal but it's not well receive by t...

thom_as by Associate II
  • 203 Views
  • 0 replies
  • 0 kudos

Flow control with USB CDC or NACKING

Posted on December 14, 2016 at 16:55Hi,I'm trying to figure out a way to emulate UART  RTS / CTS flow control with the USB CDC. My main goal is to be able to tell the host to stop sending data if the �c is busy.After a little googling I come up with...

BDA device with stm32f4

Posted on December 14, 2016 at 09:57hi everyone. im trying to make communication between BDA device(for microsoft) and usb host stm32f4. My device is usb tv. and i wanna take signal from usb port and send this signal to ethernet. Terrestrial ip tv s...