STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cannot upload program to stm32f103

I ​have stm32f103. I have tested serial test program that prints hello word continuously without any delay. But after that when I I try to upload new program or erase, I cannot succeed in it. Please help me, what will be the problem how to rectify.I ...

Praveen1 by Associate II
  • 678 Views
  • 3 replies
  • 0 kudos

What are TIMx TIx[1..15] input signals?

TIM1 section figures 55 and 79 in G0 reference manual RM0454 Rev2 refer to TI2[1..15] as selectable sources for TI2 signal (see also TI2SEL register bits). It appears that TI2[0] is the TIM1_CH2 pin, but what are the sources for the TI2[1..15] signa...

GPope.1 by Associate
  • 469 Views
  • 2 replies
  • 0 kudos

STM32F745vg Hardfault handler.

sir,Am uisng STM32F745vg controller for stepper motor controlling through a driver.while running program am getting hard fault handler .can you provide why hardfault interrupt occure.what is the solution for hard fault handler.

steja by Associate II
  • 566 Views
  • 2 replies
  • 0 kudos

Resolved! Nucleo F401RE Usart Tx Blink Led

I have Nucleo F401RE board.I want to Turn On Led When Usart Tx pin high and Turn Off When Usart Tx pin is low./* Private user code ---------------------------------------------------------*/ /* USER CODE BEGIN 0 */ uint8_t data_tx[5] = {0x41 , 0x42 ,...