STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB reports and CRC

Posted on November 08, 2013 at 17:12Hello everyone, I have a product based on an STM32 and a SPI flash NOR memory. I store some data inside the flash NOR, then I read them back through USB. Sometimes (very rare, but happens ..), I get a few corrupte...

Kuikui by Associate III
  • 667 Views
  • 2 replies
  • 0 kudos

8 bit write on 16 bit wide ext SRAM using NBL0/1

Posted on August 21, 2012 at 04:45Hello, I am have been using an external SRAM with the STM32F207. The SRAM I am using is the Cypress CY62167EV30, a 16-Mbit ( 1M x 16 / 2M x 8 ). The SRAM is used to store a captured image and allow for manipulation...

stbbrad3 by Associate II
  • 875 Views
  • 2 replies
  • 0 kudos

STM32F4Discovery DSP

Posted on November 11, 2013 at 09:21HiI have a STM32F4Discovery evaluation board. I use CooCox CoIDE and GNU Tools ARM Embedded. While everything works fine if I use standard peripheral library and code, I cannot run anything that is dsp related (li...

peppea82 by Associate II
  • 904 Views
  • 4 replies
  • 0 kudos

Determining when IWDG has timed out

Posted on November 10, 2013 at 00:52Hi Forum, I need to determine if the IWDG has timed out. After the board resets, can I determine this by checking a flag e.g. if (RCC_GetFlagStatus(RCC_FLAG_IWDGRST) != RESET)   // IWDG has reset or if I know that...

stenasc by Senior
  • 589 Views
  • 4 replies
  • 0 kudos

AN2824: STM32F10xxx I²C optimized examples

Posted on July 13, 2012 at 12:31Hello,I am trying to get some basic I2C communications going between the STM32F100 and a sensor so I thought Application Note AN2824 would be a good starting point. But I can't find the associated firmware files. All ...

STM32F4 - Discovery - Example ''Audio_playback_and_record''

Posted on November 11, 2013 at 15:55Good morning,i have a problem with STM32F4 – Discovery board. I’m using the example “Audio_playback_and_record�? for STM32F4 – Discovery. In this example i read files .wav from Flash USB 2.0. I have connected a Fl...

fabrizio by Associate
  • 343 Views
  • 0 replies
  • 0 kudos

SMT32F3-Discovery problem with HeadingValue

Posted on November 11, 2013 at 13:22Hello everybody!I have bought STM32F3-Discovery. In first step I used sample of ST. When I try read correct HeadingValue I have one problem. I have a feeling that this value is shifted. Some W,S (west, south) reac...

benkowik by Associate
  • 381 Views
  • 1 replies
  • 0 kudos

TIMs configuration for TRGO (STM32F3xx)

Posted on November 11, 2013 at 10:58Hi to everybody, I need informations (or examples) about how to configure the TIMs in order to trigger its slaves. The documentation inside the reference manual is not clear. Can somebody help me please. Thank you

IDD-VBAT Measurement in STM32F050xx

Posted on November 07, 2013 at 15:33Hi,I was going through table 14 of STM32F050xx datasheet. This table shows IDD-VBAT at various voltages. Just want to check when this measurement is taken whether VDD was pin was floating or grounded?  #stm32f0...