STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB FS Device question

Posted on January 16, 2012 at 13:38Hi All I am wondering about the USB FS device defines below: typedef union _USB_OTG_DIEPINTn_TypeDef {   uint32_t d32;   struct   { uint32_t xfercompl :     1; uint32_t epdisabled :     1; uint32_t ahberr :     1;...

hpipon957 by Associate III
  • 186 Views
  • 0 replies
  • 0 kudos

Re-sign DFU-driver

Posted on August 24, 2011 at 12:17Hello, for my device I got the license key for my VID/PID and changed the STtub.inf, but now the DFU-driver is unsigned (because of the change). I use the same STTub30.sys-file, so I think a re-sign of the driver pa...

Pb with FreeRTOS and USB

Posted on January 05, 2012 at 13:26Hello, We are working on the STM3220-G Evaluation Board. We are using IAR compiler [V6.2] and running a test application with FreeRTOS [7.0.2] and the STM32_F105-07_F2xx_USB-Host-Device_Lib_V2.0.0 The USB is used a...

serge23 by Associate II
  • 428 Views
  • 5 replies
  • 0 kudos

stm32f4-discovery usb host + bluetooth dongle

Posted on December 29, 2011 at 11:29Hi! I'm writing the subj code, using btstack project (http://code.google.com/p/btstack) and ST libs. After fixing couple things in ST libs, I've got partial success (several commands and events are exchanged betwe...

spam by Associate II
  • 313 Views
  • 0 replies
  • 0 kudos

Sysclk and USB prescaler Confusion

Posted on December 05, 2011 at 18:41My application has a sequencial input data that consist of 128 bytes to be filled in 0,5 ms. So this is obtained by ADC and DMA function for STM32F103. All the data are copied to a buffer in DMA subroutine. The pr...

New FreeRTOS demo for STM32 Cortex-M4F

Posted on December 13, 2011 at 22:47Hi,Just a quick post if I may to highlight the new FreeRTOS STM32F407 Cortex-M4F demo, which is included as part of FreeRTOS V7.1.0 - released today:http://www.freertos.org/FreeRTOS-for-STM32F4xx-Cortex-M4F-IAR.ht...

nospam by Associate II
  • 279 Views
  • 3 replies
  • 0 kudos