STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 216 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
  • 196 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...

Ux_Host-CDC_ACM : Enumeration failure

Dear All,I am testing the demo project for the NUCLEO-C071 to implement the USB HOST CDC_ACM (USBX). Below are some doubts that arose after the initial tests:After using the wizard to create the demo project 'Ux_Host-CDC_ACM', opening the .ioc file s...

LMore.2 by Associate III
  • 61 Views
  • 0 replies
  • 0 kudos

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 ledI mean the timer has interrupts, but i don't know how to use t...

Lukas4 by Associate II
  • 67 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
  • 127 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...