STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

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
  • 679 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
  • 311 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...

reading form USB flash drive

Posted on July 20, 2013 at 11:30Hello all, I am a bit new to ARM processors. I want to read images from USB Flash drive attached to STM32F4 Discovery.I used the USB host library +FATFS.While debugging I figured out that the device is not getting enu...

STM32F407VG, ETHERNET and VGA

Posted on January 11, 2014 at 14:22Hi everybody ,I am biginner with STM32F407 VG Discovery. I am working on a project in wich I must interface the STM32F4 controller with 2 sensors, then I must display some information with a screen using VGA protoc...

STM32F1 USB VCP Problems

Posted on December 29, 2013 at 18:56Hi. I'm developing an Open Source project (a JavaScript interpreter) for STM32 microcontrollers (http://www.github.com/espruino/Espruino). One part of this is a bootloader that mimic's ST's serial port bootloader,...

gw by Associate II
  • 908 Views
  • 9 replies
  • 0 kudos