STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB OTG FS Library for STM32F2xx

Posted on January 24, 2014 at 17:45Hello,Could anyone provide me a direct download to the ST Official USB drivers?I have navigated to the ST official page and the download link is broken providing the great '404' error. Just as well, all my searches...

stbbrad3 by Associate II
  • 489 Views
  • 1 replies
  • 0 kudos

USB device as Ethernet controller

Posted on January 23, 2014 at 15:58I am using stm32f103 with the vcp example.Till now i have successfully communicated using COM port .but i want my device as a ethernet device so that i can transmit Ethernet data over usb.I know i need to use RNDIS...

STM32F3 Discovery USB driver in Windows

Posted on January 21, 2014 at 14:54Hi,I am playing around with STM32F3 Discovery and have finally got everything up and running in Eclipse wiht arm plugin and everything. BUT the user USB annoys me. I am aware that many others have have asked for so...

nygaard by Associate II
  • 2370 Views
  • 9 replies
  • 0 kudos

STM32L151RB Rev V bootloader missing? (Rev W is fine)

Posted on January 10, 2014 at 10:39Hello, I so far had no problems programming the STM32L151RBH6 via the serial bootloader and STMFlashLoader.exe. Now new boards arrived with STM32L151RBH6 Rev W (device id 0x0416, revision 0x1078) and the serial boo...

ff by Associate
  • 459 Views
  • 1 replies
  • 0 kudos

stm32l-discovery mouse demo modification

Posted on January 09, 2014 at 14:22Hello Everybody,i'm trying to modify joystick demo from STM32_USB-FS-Device_Lib_V3.4.0I want to control movement by thumb joystick. However, when i initialize ADC (or usart) it won't jump to interrupt routine. At t...

STemWin Demo on STM32fx9I Eval with freeRTOS

Posted on January 14, 2014 at 15:27I recently purchased a STM32Fx9I eval board with the MB1046 display.  In the STemWin_Library_V1.1.1, there is a demo for this eval board that runs two freeRTOS tasks (one for toggling LEDs and another for the displ...

STM32F4 Discovery and 2nd USB port

Posted on January 14, 2014 at 00:02Hi, I am currently playing around with the STM32F4 Discovery board and saw that the STM32F407VG contains a second USB port. Connector CN5 is the first one, which is connected to PA11 and PA12 and also described in ...

triemann by Associate
  • 1055 Views
  • 2 replies
  • 0 kudos

ethernet driver for stm3221g-eval board?

Posted on January 13, 2014 at 22:55Where can I find ethernet driver for the STM3221G-eval board. I tried extracting the version for STM32F107 from the FreeRTOS demo using uIP, but it seem incompatible with the std library for the STM32F2xx series. T...

vneff by Associate III
  • 520 Views
  • 2 replies
  • 0 kudos

USB MSC library bug?

Posted on January 13, 2014 at 22:34Does anyone got USB MSC library working?  At least one suspicious place: File: usbd_msc_scsi.c (...) static int8_t SCSI_Verify10(uint8_t lun , uint8_t *params){   if ((params[1]& 0x02) == 0x02)   {     SCSI_SenseC...