STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32CubeMX 4.9.0 issues

Posted on July 28, 2015 at 14:13Hi, I've got some issues with STM32CubeMX (version 4.9.0) and STM32CubeF4 (version 1.7.0), configuring an STM32F407VGTx that I would like to report: the CRC polynomial of SPIx cannot be set e.g. to X2+X1+X0, which i...

Bad linker file with CubeMx

Posted on July 20, 2015 at 17:49Hello,i'm using a STM32F334C8 with STM32CubeMx and with Atollic True Studio or SW4STM32.When i generate a project with STM32CubeMx (for TrueStudio or SW4STM32) the linker file is wrong. I get a 16ko size ram instead o...

STM32F334 HRTIM1 synchronisation

Posted on February 09, 2016 at 05:45Hi!I tried to synchronize Master HR timer   from T1 TRGO. But cant get result.void TIM_config(void){ RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM1, ENABLE);   TIM_TimeBaseStructInit(&TIM_TimeBaseStructure);  TIM_OCSt...

Count PWM pulses

Posted on February 08, 2016 at 10:30Hello there, I am using STM32F4. I was wondering either it is possible to count the PWM rising or falling edges that the mcu generates. I know that I could connect the PWM output to anothers timer input trigger pi...

STM32CubeMx problem creating MDK-ARM V4 Project

Posted on January 30, 2016 at 22:18I have found a problem with the latest version of STM32CubeMX 4.12.0. Each time I generate the sources with an MDK-ARM V4 project it duplicates the source files in the .uvproject file. The attached picture shows th...

Timer issue

Posted on February 08, 2016 at 17:03Hi,I'm having an issue setting up TIM1 for PWM on the STM32F446.In the following code, the PWM works for TIM2 but not for TIM1.Any ideas?Thank you.  RCC->APB1ENR |= (1UL << 0); // TIM2 clock enable  TIM2->PSC   = ...

kalhana by Associate II
  • 521 Views
  • 4 replies
  • 0 kudos

Fluent frequency modulation

Posted on February 08, 2016 at 09:59 Hello there, I am using STM32F4. I am trying to make an application, where I could be able to modulate the frequency (not pwm) of one channel for example in range of 1k - 20k Hz. The problem i encountered...