STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX Project fails to enable CRC clock

Posted on December 21, 2015 at 20:12I'm building a test program under STM32CubeMX 4.12.0 (with latest peripheral libraries as of 12/21/15) that uses the STM32F207's CRC peripheral, and I have discovered that the autogenerated code isn't enabling the...

Steve H by Associate III
  • 957 Views
  • 1 replies
  • 0 kudos

STM32F303 Eval Board CAN Normal Mode

Posted on December 22, 2015 at 02:06Hello! Referring to the CAN Networking sample codes in Cube MX F3 package, I tried it out by connecting 2 STM32F303 Eval Boards. I used a female-female connector to connect the two boards. However, I am not able t...

Getting older version of CubeMX

Posted on December 15, 2015 at 18:12Hi all, is it possible to get older version of CubeMX to track new issues? It would be excelent if there would be posibilty to choose which version you want to use.

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.

life758 by Associate II
  • 683 Views
  • 3 replies
  • 0 kudos

Cortex-M0 ADC Latency STM32F030

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

Timer clockdivision and prescaler?

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

Custom board design

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

gandhi by Associate II
  • 422 Views
  • 1 replies
  • 0 kudos

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
  • 1298 Views
  • 4 replies
  • 0 kudos