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

32-bit Timer issue

Posted on August 11, 2014 at 17:10Sorry guys,I know it's a really simple question but I just don't get it... I'm using STM32F427, we all know its TIM2 is a 32-bit timer. This is the code I'm using to setup TIM2 as a periodic timer.=================...

How to Change the system Clock

Posted on August 12, 2014 at 00:35Hello I just migrated from STM32F407 to STM32F429, How DO I change the system clock from 168Mhz to 180Mhz. I modified the system_stm32f4xx.c file, but I cant change it. Please let me know.Thanks #clock #stm32f429

TCP/IP was not alive but, Ping was alive.

Posted on August 04, 2014 at 09:07Hi. I am new in here with first time to post it. I tried to use the ethernet with LwIP for stm32f407ve LQFP-100. With source of LwIP provided by STMicro electronics, I tried tcp-echo-server. But after working with l...

yiulsup by Associate
  • 310 Views
  • 1 replies
  • 0 kudos

STM32F303 ADC Dual Mode DMA Halfcomplete Interrupt

Posted on August 11, 2014 at 10:21Hi All,i have a strange Problem with my Application using TIM1 CCR4 as TRGO Signal to trigger ADC1/2 (seems to work). The ADCs are in Regular and Injected Simultanous mode. (Dual Mode bits = 0x01). The ADCs are cloc...

Capacitor C124 on STM3221G-EVAL

Posted on August 11, 2014 at 15:32Hi:Capacitor C124 on STM32 20-21-45-46 G-EVAL is not installed. This capacitor is part of the debounce circuitry for WAKEUP button. There are 2 more button that have the capacitor installed, so I don't understand wh...

eduardo2 by Associate II
  • 234 Views
  • 1 replies
  • 0 kudos

STM32 HardFault_Handle

Posted on August 07, 2014 at 16:13I have a problem in STMF103C8T7 and I can't find the solution.The STM32 reads corrupt data in array and when reaching a certain memory adress it crashes.The array look like this:typedef struct{int32_t v1;int32_t v2;...