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

ThreadX conflict with Timer1

Hi,I'm using TIM1 in Encoder mode while running ThreadX in the program in STM32H523. I encountered an issue where TIM1→CNT only toggles between 0 and 1 when rotating the encoder. However, when I deactivated ThreadX, the encoder worked fine. I haven't...

Jeff4 by Associate II
  • 337 Views
  • 5 replies
  • 0 kudos

How to calculate i2c timingR for stm32H5

I need help understanding how to calculate I2C timingR without using stm32cubemx.I have searched high and low and I haven't had any luck finding solutions.I want to create function that helps me manually setup the timing with different inputs without...

A_Bit_More_1-1743700131984.png A_Bit_More_2-1743700187180.png

custom board using STM32G431 and TCPP03

Hi @Susu , I have designed a custom board using STM32G431 and TCPP03, am able to see the debug traces in CubeMonUCPD. But unable to get the GUI interface and board is not detected. I have enabled the GUI interface in cubemx ,still not working.Can you...

RJain.1 by Associate III
  • 482 Views
  • 5 replies
  • 1 kudos

How to determine proper DSI, LTDC and HDMI timings?

This is my first time working with any DSI/LTDC/HDMI related stuff, so I'm still figuring a lot of this stuff out and could use some help figuring out how times and clock speeds all interact. I'm using the STM32H757 Eval board.  I have it working wit...

JKaz.1 by Associate III
  • 840 Views
  • 8 replies
  • 1 kudos

Pin Remapping Confusion

I am using the STM32G071. My first board is built on the G071G8UxN. This is a 28-pin version. UCPD1_DBCC2 on pin 14 PB0UCPD1_DBCC2 is also on PA10 but that's not connected on the 28-pin version. However, you can remap and replace PA12(pin 19) with PA...

Carl_G by Senior III
  • 393 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U5 - achieving low power (micro ampere range)

Hi,We are currently utilizing a custom-designed STM32U5G7 microcontroller for our application with the MSI clock configured to 1 MHz. Despite configuring the device in Sleep and Stop modes, with all GPIO pins set to input and one pin configured as an...

_Danny__0-1743056824480.png _Danny__1-1743056858029.png _Danny__2-1743056957591.png
_Danny_ by Associate III
  • 361 Views
  • 2 replies
  • 2 kudos

Resolved! ADC STM32H743

We use a STM32H743 and I want to connect an external reference voltage to the Vref pins. We use 3 ADCs, and for each ADC, we sample 4 channels. Each channel must be read at 100 ksample/s. The 3 ADCs operate continuously. A common ADC clock of 10 MHz ...

mswart by Associate
  • 340 Views
  • 1 replies
  • 1 kudos

Couldn't get any ADC value with STM32H573 ADC

I need help. I couldn't get any adc value whether with live expressions or UART . UART is working fine so the problem is within the ADC configuration code. have i miss or overcomplicated anything?   #include "stdio.h" #include "stdint.h" #include "st...