STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

cmsis dsp library: fft length

Posted on November 24, 2014 at 13:22Hi, If i understand correctly using fft functions like http://mazsola.iit.uni-miskolc.hu/DATA/segedletek/arm/cmsis/CMSIS/Documentation/DSP/html/group___r_f_f_t___r_i_f_f_t.html#ga3df1766d230532bc068fc4ed69d0fcdc,...

teijo by Associate II
  • 176 Views
  • 1 replies
  • 0 kudos

STM32 RTC Alarm Not configuring

Posted on June 26, 2014 at 15:07Hi,I am using STM32l151vbt6 MCU and I am trying to configure RTC Alarm for ever 15th minute that is 0, 15, 30 and 45th minute of the every hour. I can configure the Alarm and it will work for the first time, If  I try...

Code explanation

Posted on November 21, 2014 at 16:01 Hi!  I would be glad if someone would explain the steps this code does in order to set up the AF9 on GPIOD for CAN pins. It is in a nice example, and I cannot figure it out why does the setting like this. void GP...

zamolan by Associate II
  • 247 Views
  • 2 replies
  • 0 kudos

Intermittant uploads via Serial bootloader

Posted on November 24, 2014 at 01:16First excuse this newbee post, as this question has probably been asked before, but I've not found an answer. I'm evaluating a several STMF103 based minimum development boards from eBay, and I'm getting a lot of p...

complete programming tools for linux

Posted on November 22, 2014 at 13:48hi every onewhat is best programming tools including compiler,maker,linker,ide &... in linux?i know maybe i cant find these integrated,then whats your suggestion for each part?i think to dont use any lite ,trial t...

mhdizgah by Associate II
  • 168 Views
  • 8 replies
  • 0 kudos

STM32F4-discovery httpsever

Posted on November 20, 2014 at 20:35Hello friends. Is there some example or resource of ethernet application for stm32f429-discovery? Where should I start to dig? Thanks.

baev_al by Associate II
  • 119 Views
  • 2 replies
  • 0 kudos

Problem with USART3 and Systick

Posted on November 22, 2014 at 07:04 I can't send information using USART3 when I use the SysTick.I don't know what i can do to fix. /* Includes ------------------------------------------------------------------*/ #include ''stm32f4xx...