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

Interrupt nesting problem

Posted on April 04, 2014 at 17:26Hi, I am trying to get interrupt nesting to work on an STM32F207, but so far without success. I am using no subpriorities (SCB_AIRCR.PRIGROUP = 3) I am inside the hander of TIM6_DAC, and an UART5 interrupt is enabled...

zabel by Associate III
  • 375 Views
  • 1 replies
  • 0 kudos

STM32F405 MEDIANFILTER

Posted on April 04, 2014 at 13:03Hey, Does anybody know a DSP-Function for a medianfilter? with filterlength of 5 points. At the moment I have written the filter with for-loops, and it is too slow for my application. Thank you, Michael #m

um0794 source code

Posted on March 15, 2011 at 16:40UM0794: GSM interfaceI can not find um0794.zip. Help me please.

vldm by Associate
  • 541 Views
  • 2 replies
  • 0 kudos

STM32F030R8 TIM17 PWM COMPLEMENT

Posted on April 04, 2014 at 13:47Dear friends, We can not produce N Polarity for TIM17 Complement PWM in STM32F030R8. But P Polarity channel (other one) is OK. I need your helps.  // TIM17 clock enable  RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM17, E...

metin by Associate II
  • 357 Views
  • 0 replies
  • 0 kudos

problem in downloading program inflash

Posted on April 01, 2014 at 14:33I have a new stm32f030r8t6 board . i am having problem in downloading code to the flash . for the first time it got downloaded but problem occurs in the second time . error  connect failed check cable connection

sanjib by Associate III
  • 3732 Views
  • 40 replies
  • 0 kudos

STM3210E-Eval LCD Init is nor working

Posted on March 18, 2014 at 12:49Hi everyone, I have just opened my STM3210E-Eval and created the default program for it using Atollic. The program is only supposed to initialize the LCD and show 6 messages on white text over blue background. Also...

rava by Associate II
  • 1097 Views
  • 7 replies
  • 0 kudos

How to create a 2D array of size array[10000][10000]

Posted on April 03, 2014 at 19:42hello,         How to create a 2D array of size array[10000][10000]. I am getting the following error          unable to allocate space for sections/blocks with a total estimated minimum size of 0x66d14 bytes in <[0x...

stm32f405 strange behavior

Posted on April 03, 2014 at 18:16 Dear, i am proceeding over a development of a quiet simple application (23K of code now), increasing complexity, everything was working fine, but from some recent code improvements and builds, i started to h...

Angelo1 by Associate II
  • 671 Views
  • 3 replies
  • 0 kudos

Devices on SPI bus

Posted on April 03, 2014 at 18:15Hello guys, I have a problem! I need to connect 4 devices on the discovery STM32VLDISCOVERY using SPI BUS. The problem is the following: the discovery has got 2 SPI interface: for SPI1, CS is PA4 (SPI1_NSS), for SPI2...