STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB MSC Receive BUFFER

Posted on November 20, 2017 at 11:23Hi,i am using STM32F746G-Discovery board for a project where i have to use USB as MSC (Mass Storage Class) in Device mode and i am transmitting data from PC side to board, whenever i send data to board... 'USBD_MS...

STM32 IPV6

Posted on November 15, 2017 at 07:02Is that possible to assign ip to https://community.st.com/tags♯/?tags=stm32-nucleo-f401re via ♯‌ cube has given the provision of ipv6 but in my case that is not working. Currently I generated code from stm cube ...

meeras by Associate II
  • 431 Views
  • 0 replies
  • 0 kudos

USB on STM32F103

Posted on November 13, 2017 at 11:35Hi. I want to use USB on STM32F103 MCU in the COM Port regim. But I don't understad how configure MCU properly. I don't want to use StdLib and HAL. Can anybody send me example for work with USB in any regim or giv...

USB Error while transmitting UART

Posted on November 08, 2017 at 12:38I'm using STM32F401CBUXI have a USB HID that works wellBut when I call HAL_UART_Transmit_IT/HAL_UART_Transmit_DMA/HAL_UART_Transmit, there's a USB cliff on the host sideWhat could be the matter? I don't understand...