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

HAL Timer IRQ Handler

Posted on July 10, 2015 at 22:34I'm trying to configure Timer2, and I've initialized it as follows based on some sample code, but I'm not sure how I'm supposed to handle the IRQ it generates. Usually I would use TIM2_IRQHandler for example, but some...

daniel2 by Associate II
  • 767 Views
  • 1 replies
  • 0 kudos

STM32F302 Max SysClock

Posted on July 13, 2015 at 02:48I'm trying to configure my sys clock to be 72MHz but I'm not clear on how to do this. In the system file has this:    /*  PLL configuration: PLLCLK = HSI/2 *16  = 64 MHz Max frequency on PLL HSI mode*/    RCC->CFGR &=...

daniel2 by Associate II
  • 455 Views
  • 4 replies
  • 0 kudos

STM32F429 Discovery - PCB specifications

Posted on July 01, 2015 at 15:07Hi all, i've downloaded the gerber files for the F429 Discovery board, i can open the gerber files and see the board layout, what i cannot see is the lay-up of the 4-layers pcb. Can anyone tell me about it? Thanks Alb...

DMA enabled ADC with FreeRTOS

Posted on August 19, 2014 at 05:39I enabled ADC with DMA as such: With the DMA continuous requests, the program will just loop in DMA1_Channel1_IRQHandler and the FreeRTOS thread will never run. Does anyone have any idea how to resolve this? I have...

0690X00000603JQQAY.jpg
jephua by Associate II
  • 670 Views
  • 2 replies
  • 0 kudos