User Activity

Posted on August 28, 2013 at 19:17 Does the STM32_USB-FS-Device_Lib_V4.0.0 Composite example actually work? This code in usb_prop.c to set up Endpoint 2 IN (used by the Mass Storage Device) seems screwy to me. ENDP1 gets used where I would...
Posted on August 07, 2013 at 20:47usb_bsp.c, V1.0.0, 19-September-2011 in USB_OTG_BSP_Init() makes this call:    RCC_APB1PeriphResetCmd(RCC_APB1Periph_PWR, ENABLE); That goofs up prior configuration I had done to the RTC. Is that a bug in the librar...
Posted on August 07, 2013 at 20:14Can someone please point me in the right direction to use TIM2 or TIM5 as just a free running 32-bit counter, ticking at 1us, that I can read anywhere in my pgm.  No I/O or interrupts desired. None of the examples i...
Posted on July 07, 2013 at 18:55I'm trying to set up a project (Eclipse, gcc, OpenOCD) for a hand made prototype board using an STM32F103RC chip (48K RAM).  It works, sort of.  My linker script specifies the initial stack pointer as _estack = 0x200...
Posted on June 27, 2013 at 20:14Has anyone seen any code to do Ethernet Over USB from an STM32? I'm looking for something similar to how the BeagleBone boards work. When you plug their USB into Windows (and have the right drivers) they show up as a ...
Kudos from