STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interrupt Vector Table

Hello,As per CM4 guide and TRM of Nucleo f446re,interruot vector table is array of function pointers and each pointer holds the entry address(initial address) of each IRQ_handler, Where interrupt IRQ_number is used for indexing.While debugging I fail...

Screenshot 2025-05-14 222309.png Screenshot 2025-05-14 222359.png Screenshot 2025-05-14 222411.png

Resolved! STM32H7 Timer Compare missed the first time

I have an odd issue.  I am setting up a timer compare channel for a 5ms delay in the future.  I set the counter to 0, set the compare value to 5ms in the future.  The compare interrupt does not occur, until the timer wraps all the way around and pass...

ADunc1_0-1747616054370.png
ADunc.1 by Senior
  • 76 Views
  • 4 replies
  • 0 kudos

TIM13 and TIM14 PWM output issues STM32H562

Hi All,I have a project that is using the STM32H562. I am having an issue using tim13 and tim14 to generate PWM outputs going to LEDs. The project uses timers tim2, tim3, tim4, tim13, and tim14 for a range of different PWM peripherals. For all of the...

dlewis by Associate II
  • 464 Views
  • 15 replies
  • 2 kudos

STM32H7 SRAM ECC Triggered unexpectedly

Hi,I am testing the ECC on DTCM on the STM32H7A3ZI.  At start of day I initialize all of DTCM apart from a single test location.  I have a test which reads from that uninitialized location and successfully provokes the SRAM ECC interrupt, correctly r...

ChrisO by Associate
  • 98 Views
  • 5 replies
  • 0 kudos

STM32C011D6Y ADC input pin power consumption

Hi all,I'm working on a very low power custom board powered by a STM32C011D6Y micro controller. I must read an ADC input routed to F1 ball (PA3, PA4, PA5 or PA6) but I'm measuring some strange power consumption related to the input voltage on the pin...