STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can iap is work for stm32H745ZIT3 boards

I have 3 boards of stm32 customized boardFrom one board iam using uart to flash IAP code and application code.By uart I take data for other data and transmit through CAN PROTOCOL and that data (application code) I need to flash code to the other boar...

Resolved! Comparator with PWM

In my setup, I’m using Comparator 6 (COMP6) on the STM32G474 microcontroller. The non-inverting input of the comparator is connected to a burden resistor from a current transformer, which measures current flow. The inverting input is tied to a fixed ...

waaizkhan by Associate III
  • 870 Views
  • 7 replies
  • 0 kudos

Issue with 7 segment display code using RTC

Currently, I am trying to display the time in hours and minutes via a 4 digit7-segment common cathode display however I am running into a problem. For example, when I try to display the time "4:09" the UART output is correct from the DS2321 RTC modul...

DRicc.2 by Senior
  • 725 Views
  • 4 replies
  • 2 kudos

Resolved! Type 'Button' could not be resolved

@MM..1  @Tesla DeLorean Hi! I am getting this error and not being able to find out why. I've looked online and haven't found an answer either.I have some #defines in my header file and for some reason I it is like my source file can't see these defin...

Qdec with STM32H563

Hi all,   I was able to make the qdec on timer1 run and read pulses from an external encoder. Now I wanna generate an interrupt after let's say 100 pulses. That interrupt should toggle a led I mean the timer has interrupts, but i don't know how to us...

Lukas4 by Associate II
  • 281 Views
  • 0 replies
  • 0 kudos

USB module of STM32F103 - bare metal?

Moved from MPUs section - STM32F103 is an MCU.Hello,Are there any Application Notes in STMicroelectronics on the use of the Universal serial bus full-speed device interface (USB) at the register level (without HAL or other libraries) in STM32F103 mic...

Firmware Update for STM32H7 Series

Hi everyone,I’m working on two different projects, one using STM32H747IIT6 and the other using STM32H723 series. I want to implement a firmware update mechanism for both. Both of them have webserver LWIP interfaces. I can implement update mechanism t...

KAnahar by Associate III
  • 910 Views
  • 2 replies
  • 1 kudos

Resolved! HRTIMER Synchronize 4 independent instances

Is it possible to synchronize two separate pairs of HRTIMER channels using the HRTIMER Master?My goal to is to synchronize HRTIMER_E with HRTIMER_C and HRTIMER_F with HRTIMER_A. Each HRTIMER pair needs to operate independently of each other.The reaso...