STM32 is USB Certified on www.usb.org !
Posted on December 08, 2007 at 11:42STM32 is USB Certified on www.usb.org ! #usb-resistor #1.5k-pull-up
Posted on December 08, 2007 at 11:42STM32 is USB Certified on www.usb.org ! #usb-resistor #1.5k-pull-up
Posted on March 18, 2013 at 12:32I have an STM32F4 based board, and I'd like to (for better or for worse) use the USB port as a console port to my board. I've already modified the CDC (VCP) Full Speed example, and have RX, TX, and VBUS sensing work...
Posted on March 12, 2013 at 05:29I'm having trouble leaving DFU mode (following instructions on pp 18 ~21 of http://www.st.com/st-web-ui/static/active/jp/resource/technical/document/application_note/CD00264379.pdf) and entering my application while ...
Posted on March 11, 2013 at 12:37Hi, I downloaded the latest FREERTOS version 7.4 and I'm using the demo ''CORTEX_STM32F103_IARCORTEX_STM32F103_IAR''My big problem is that the stm32f10x files are not updated (from 2006).Is there a newer port for ST...
Posted on March 07, 2013 at 09:47chip: sm32f407 IDE: keil MDK I have user bootloader at 0x08000000, and app code at 0x08020000. Duo to project requirement, I need to run RTX in my bootloader , and can jump to app from bootloader. Problem is when w...
Posted on March 06, 2013 at 16:51 Hi, I have a problem in file usb_regs.h of stm32_f105-07_f2_f4_usb-host-device_lib (version 2.10 ) typedef union _USB_OTG_DEP0XFRSIZ_TypeDef { uint32_t d32; struct { uint32_t xfersize : ...
Posted on March 01, 2013 at 12:08I'm using drivers from VCP_V1.3.1_Setup.exe. It works fine on win7 x32, but on w8 x64 installator says something like ''it was supposed to run me under x32'', so my device does not work there. Where I can download su...
Posted on March 01, 2013 at 21:29Hi everybody! I'm working with STM32F4 Discovery kit. I want to create USB composite device using HID and MSC class. The USB libraries for STM32F4 uses this initialization (for example for HID): USBD_Init(&USB_OT...
Posted on February 20, 2013 at 14:56Hi , everyone ...I have a problem when using stm32 flash routines.My problem is , when I change vector table after bootloader starts,FLASH_Status FLASH_ErasePage(u32 Page_Address) function doesnt work and MCU is...
Posted on February 12, 2013 at 18:27Hi you there!Got stuck while programming a USB vendor specific device on STM32F4 MCU. The device is intended to be self-powered with custom usb driver.During initial programming (core and device init. settings) I ...