STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New HAL libraries vs Std Peripheral libraries

Posted on March 04, 2014 at 11:32I had a quick glance into the new format ST libs that come with STM32cube. We have some projects using the Std peripheral libs and wonder if they should be refurbished to be used with the new HAL libs. I'm a little c...

SysTick Interrupt suddenly dissapears

Posted on May 22, 2015 at 08:11 Hi Folks! I have a Problem with the Systick Timer. I use it to handle some periodic functions. The SysTick Timer is configured to 500us. Everything works fine. Now I need a delay functio...

lattner by Associate II
  • 682 Views
  • 3 replies
  • 0 kudos

Cannot connect to the target through SWD.

Posted on May 14, 2015 at 08:50I could not connect the target (STM32F103ZET6) through ST-LINK or j-link(Both emulators are work well on other demo boards). The MCU is powered by at 2.7V. Strangely , I've checked all the connections of the SWD interf...

0690X00000605GmQAI.png 0690X00000605GrQAI.png 0690X00000604v4QAA.png
kelvin by Associate II
  • 1639 Views
  • 2 replies
  • 0 kudos

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
  • 14544 Views
  • 7 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
  • 810 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...