STM32F373: SDADC1+DMA2+TIM3
Posted on December 17, 2015 at 20:28 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 17, 2015 at 20:28 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 21, 2015 at 17:46Clarification needed... When does the ADC EOC Flag get set? Before or after the ADC_DR write latency? ADC clock settings: Pclk/4 = 40MHz/4=10MHz(ADC_CLK 100nS). Write latency spec: 8.5 fpclk typ. (8.5 * 100ns = 8...
Posted on December 21, 2015 at 21:21Hello, I see in my TIM_Handle_TypeDef variable that I can change the values of clockdivision and prescaler, but what is the difference between these two variables? Martin
Posted on December 21, 2015 at 11:19Hello to all, I am currently converting my Code from ST Periperal Lib to Cube which is a hell of a work because EVERYTHING has changed. The function names, the structures, the constants. I am using a STM32F2xx. I ...
Posted on December 21, 2015 at 15:50Hi,I'm a software dveloper working in Germany. Our company is planning to develop a data logger product with temp,humidity,3-axis and light sensors also with a serial flash memory.I'm working on nucleo-L053R8 boar...
Posted on December 17, 2015 at 09:18Hi, Before I update my windows 8.1 to 10, STMStudio worked. After update and installation java 64bit it doesn't start. I have tried reinstall STMStudio, uninstall and install java but it still doesn't work. Other ...
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...
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, ...
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...
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...