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

STM32F205 - Store byte array in FLASH

Posted on August 01, 2013 at 10:33Hi,I need to store a byte array in the STM32F205 flash memory. I've followed an approach that was working on a STM32F103 mcu, but now it doesn't work anymore.The problem is that the first call to the FLASH_ProgramBy...

TIM1 interrupt STM32F0

Posted on September 15, 2014 at 13:56Hi,I need to know if it's possible configure TIM1 as timer base (I need interrupt every 5 msec). Thanks

mosine by Associate II
  • 1440 Views
  • 5 replies
  • 0 kudos

TIM_PWM_INPUT for 8 inputs

Posted on September 17, 2014 at 14:57Hello everyone, I'm using the board STM32F4-discovery, I redid the example TIM_PWM_INPUT and everything works, I can measure the frequency. The problem occurs when I want to simultaneously measure 8 different spe...

cchechio by Associate II
  • 1245 Views
  • 7 replies
  • 0 kudos

unefficient ST software tools for STM32

Posted on September 17, 2014 at 13:55Other companies like as ATMEL, TI (CCS), Freescale, Silabs, Infieon provide software development software (include eclipse based IDE, GNU compiler, Drivers, Middleware) for their products. example: http://www.sil...

STM32F2XX Flash PGPERR and PGSERR set just after reset

Posted on April 09, 2013 at 20:35 The specific device: STM32F205RG Issue: I have a small boot code region that I'm using to jump from 0x0800000 to 0x08020000 the intervening blocks are to be used for static data... Unfortunately once I'v...

jbookout by Associate II
  • 1873 Views
  • 14 replies
  • 0 kudos

STM32F4Discovery STLink/V2 SWV

Posted on September 17, 2014 at 18:23I've been running into a problem with STLink/V2 SWV output when running firmware V2J21S0. The first time after plugging into USB, trace output works great. However, after disconnecting from the target and then re...

jcsoo by Associate II
  • 821 Views
  • 4 replies
  • 0 kudos

Using Timer 6 - A shared interrupt

Posted on September 17, 2014 at 01:17Hi allI need to use Timer 6 on the STM32F407VG. Its interrupt is sharedby one of the DAC overrun interrupts. Is there something extra I have to do compared to another timer with its own global interrupt in order ...

Helix MP3 on F4

Posted on September 17, 2014 at 09:55Hi All,Has anyone ported Helix MP3 floating point to F4 to utilise the FPU?If not, has anyone have a comment on the performance difference between the Helix fixed point and the floating point versions using the F...

Understanding ADC Sampling

Posted on September 16, 2014 at 06:30I have a simple operation to perform with the STM32F4 (on a Discovery board) but the solution escapes me. Mostly from the fact that, even after looking at sample code and reading the manual, I don't quite get it ...