STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC subsecond interrupt does not work

Posted on February 08, 2016 at 19:33I have written some code to generate an interrupt from the RTC alarm. This includes sub seconds. This works well for times in excess of 1 second. The alarm time, including subseconds is calculated and displayed. W...

squin by Associate II
  • 634 Views
  • 2 replies
  • 0 kudos

Parametric search - HSE available or not

Posted on February 07, 2016 at 21:33Hi, I have tried in STM32Cube and I have tried the online parametric search. I want to filter the STM32L0xxx parts so I only get those which have external HSE clock connections available. This ought to be possible...

soren by Associate II
  • 419 Views
  • 2 replies
  • 0 kudos

Java exception when running cube 4.8.0 on Linux

Posted on June 15, 2015 at 17:10 Hi, My STM32CubeMX.log file shows the following backtrace when I try to configure a GPIO pin and the panel at the bottom of the dialog that should show the configuration controls is empty. Exce...

markb by Associate II
  • 1156 Views
  • 8 replies
  • 0 kudos

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...