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

Resolved! Code doesn't execute after upload

I am using stm32G031K8 nucleo board. The board was working well, it started to reset itself continuously for some time, I could only see my uart message that says started, every time I erased the code and upload previously working versions. Then it s...

0693W000000X9hyQAC.png 0693W000000X9i3QAC.png 0693W000000X9iNQAS.png 0693W000000X9iXQAS.png
kb24 by Senior
  • 486 Views
  • 2 replies
  • 0 kudos

Function use in stm32 Library

as you can see below , i am writing a function from stm32 libraryvoid I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data)the question is, can i use it in main file likeI2C_SendData(I2C1,(uint8_t*)data_t);can i go from "uint8_t Data"" to ""(uint8_t*)data_t...

ALE1 by Associate II
  • 555 Views
  • 3 replies
  • 0 kudos

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
  • 508 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
  • 335 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
  • 429 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 ,...

Labels