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

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
  • 402 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
  • 500 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 ,...

Send UART hex command

HiI'm trying use DFR0534 with STM32f446.This module read uart command hex.Ex. Command AA 07 02 00 08 BBIm trying send like thischar play[6] = {0xAA, 0x07, 0x02, 0x00, 0x08, 0xBB}; HAL_UART_Transmit_IT(&huart4, play, 6);But in uart monitor recive diff...

Mkal.1 by Associate
  • 2191 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F446RE Can't use Pins PA2, PA3 as Input

Hi,I am trying to use the PA2 and PA3 Pins among others as Inputs with Pullups. The configuration is correct, since I am comparing what is in the GPIO Registers for Port A with another input pin PA8 which works fine. I have seen that the same pins us...

FLewz.1 by Associate III
  • 1541 Views
  • 7 replies
  • 0 kudos