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

program exit reached

Posted on May 18, 2015 at 09:42Hi,all!Rencently ,I transformed my program from stm32f1 tostm32f4 using iar embedded workbench.I met a problem,The debug log showed that :program exit reached.The main function reached the end of the code but interrupt...

Another ST Link Can not connect to target error.

Posted on May 21, 2015 at 03:46Hello,I bought a ST link v2 and stm32f103 dev board from ebay (http://www.ebay.com/itm/331348706014?_trksid=p2060353.m2749.l2649&ssPageName=STRK:MEBIDX:IT) plugged up the st link to the header on the board as such. s...

yoma1993 by Associate II
  • 10445 Views
  • 7 replies
  • 0 kudos

Need Help to execute program from SRAM

Posted on May 21, 2015 at 12:45Hi, I want to execute my code from SRAM of STM32F100. I basically want to copy a program from flash to SRAM and execute the program from SRAMPlease help me understand how this can be addressed.Regards Tejas

tejas by Associate II
  • 173 Views
  • 1 replies
  • 0 kudos

Impact of VECT_TAB_OFFSET in stm32f100

Posted on May 21, 2015 at 13:03Hi all,please help me understand the importance of 1. NVIC_SetVectorTable2. VECT_TAB_OFFSET definition inside the''system_stm32f10x.c''Thanks and Regards Tejas H

tejas by Associate II
  • 200 Views
  • 1 replies
  • 0 kudos

PWM 3 channel with shift phase 120 degree

Posted on May 02, 2015 at 16:41Hi.I am working with STM32F4 MCU and looking for help in the next question: I need to do PWM 3 channel with shift phase 120 degree on the start PWM operation. For example, PWM CH1 with 0 degrees, PWM CH2 with 120 degre...

user button interrupt (STM32F091)

Posted on May 21, 2015 at 09:01hello ! I tried to make work an interrupt subroutine by pressing on user button present on the nucleo f091rc... I wrote into ''stm32f0xx_exti.c'' the function EXTI13_Config() as shown in code example : void EXTI13_C...

raphael by Associate II
  • 277 Views
  • 2 replies
  • 0 kudos

Sending counter with USART2 (NUCLEO)

Posted on May 20, 2015 at 18:58Hello. I'm new to microcontrolles and I need to write a program that allows sending counter every 15 miliseconds through USART2. Counter should increase every second. I got the sending part. It's working but I can't ge...

Labels