STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL ticks and timer rollover

Posted on June 04, 2014 at 14:57The HAL_GetTick() is used implement timeouts within the HAL library with code similar to:      /* Get timeout */      timeout = HAL_GetTick() + HSE_TIMEOUT_VALUE;            /* Wait till HSE is disabled */        whil...

mda2376 by Associate II
  • 532 Views
  • 4 replies
  • 0 kudos

stm32F0x1 96MHz Timer

Posted on December 21, 2015 at 11:58Hi, From what I read in the datasheets I suspect that I can run the timers at 48MHz. Is there a way to let the timers (a timer) run with 96MHz? I stumbled across that when I played around with Cube. Best regards, ...

0690X000006033DQAQ.jpg
tergu by Associate II
  • 149 Views
  • 2 replies
  • 0 kudos

STM32 Q15 fir

Posted on December 17, 2015 at 17:33Hi, Q15 fir caused me some confusion, while everyhting runs succesfully with F32 fir. Q15 fir initialization structure demands, that you pass a Q15 pointer, pointing to filter coefficients. The problem is FIR coef...

matas by Associate II
  • 402 Views
  • 6 replies
  • 0 kudos

stm32CubeMX HAL_Delay bug?

Posted on December 15, 2015 at 10:38Hi all, Could someone also verify if there is a bug inside cube. Steps involved to reproduce: 1. Generate basic template (stm32f407 discovery in my case) inside CubeMX 2. Inside main file write: char buffer[]=''so...

STM32F030K6 Exit from sleep and stop mode

Posted on December 10, 2015 at 10:23Hi. Exit from sleep and stop mode not work. When STM32 in sleep mode and push to buttons on pins PA0, PA1, PA2, PA5, PA6, PA7, PA13 (low or high level) STM32 don't exit from sleep mode.  sleep_counter++;  if((slee...

9056766 by Associate II
  • 328 Views
  • 4 replies
  • 0 kudos

Problem Failed firmware STM32F7Disco

Posted on December 15, 2015 at 16:53Board http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641?icmp=pf261641_pron_pr-massmarket_jun2015&sc=stm32f7discovery-pr On board I found this file: FAIL.TXT - ''The interface firmware FAILE...

Interrupt pending bits - what they are for?

Posted on December 20, 2015 at 19:42If you have EXTI interrupt enabled, do you need to clear also pending bit in NVIC registers, when interrupt occurs? Or is it enough to clear bit in EXTI_PR register? I don't really understand what those pending bi...

matic by Associate III
  • 736 Views
  • 4 replies
  • 0 kudos

Bug report

Posted on December 18, 2015 at 16:28 Hello!! I used STM32CubeMx to generate a simple code. This code is not compiling with IAR EWARM. The reason is the following: #define 8xUSART6_TX_Pin GPIO_PIN_9 #define 8xUSART6...