STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Defining GPIO ports as inputs

Posted on July 22, 2011 at 11:07Hi there, I am fairly new to programming these chips, I am currently coding using the IAR Embedded Workspace and loading my program onto an STM32F100 LQFP48 chip.Currently I have pins PB8, PB9, PB10, PB11, PB12, PA11,...

HardFault_Handler

Posted on July 19, 2011 at 10:34Hello, I am trying to combine my project with USB host project. And every time I compile I go straight to Hard Fault Handler when I enter into USBH_Init(&USB_OTG_FS_dev, &MSC_cb , &USR_Callbacks); The USB host project...

Motor Control

Posted on July 20, 2011 at 09:32The original post was too long to process during our migration. Please click on the attachment to read the original post.

Simulator for STM32

Posted on July 18, 2011 at 05:18Hi,I am pretty new to STM32 family of controllers. Could you please tell if there is any simulator available for STM32 in IAR Embedded Workbench Version 6.20 and above.RegardsSK

shine by Associate
  • 299 Views
  • 1 replies
  • 0 kudos

[STM32F2xx] FLASH_ProgramOTP implementation?

Posted on July 15, 2011 at 16:16Hello,Going through file stm32f2xx_flash.c, line 620 there is a mention to function FLASH_Status FLASH_ProgramOTP(uint32_t Address, uint32_t Data) but there seems to be no implementation of it ...As there seems to be ...

root by Associate II
  • 280 Views
  • 2 replies
  • 0 kudos

measure time duration

Posted on July 13, 2011 at 09:19I have a string of pulses coming in, and i want to measure the period of a pulse. So i have initialize the input capture for the timer, in my case TIM2 CH4.  RCCIC_Configuration();       /* NVIC configuration */     N...

kong0073 by Associate II
  • 574 Views
  • 3 replies
  • 0 kudos

SPI2 with DMA sees CRC errors

Posted on July 13, 2011 at 05:03I am repetitively sending/receiving 6 byte messages plus 16-bit CRC full duplex using SPI2 using DMA to/from another identical STM32 eval board with the same 72Mhz processor.  I am transferring at 9Mbps rate. However,...

gds23 by Associate II
  • 355 Views
  • 1 replies
  • 0 kudos