STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Leave DFU while boot0 is high (STM32F4)

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

mfranklin by Associate III
  • 1025 Views
  • 3 replies
  • 2 kudos

STM32F103xD with FreeRTOS 7.4

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

gilramon by Associate II
  • 358 Views
  • 1 replies
  • 0 kudos

stm32 usb windows8 x64 driver

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

STM32F4 - USB composite device

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

harasak by Associate II
  • 254 Views
  • 0 replies
  • 0 kudos

FLASH_ErasePage NOT WORK WITH BOOTLOADER

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

veyselka by Associate II
  • 947 Views
  • 9 replies
  • 0 kudos

STM32F4 USB reg NZLSOHSK bit question

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