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

Resolved! Memory usage

Hello, how to know ram memory usage using debugger, to check where memory is used. This is without FreeRTOS or CMSISI know freeRTOS has TaskGetStackHighWaterMark() 

GauravK by Senior
  • 489 Views
  • 1 replies
  • 0 kudos

Problem in single conversion mode in ADC

Hi, While implementing a single conversion process for the Analog-to-Digital Converter (ADC) via register-level programming, the debugging phase yields a consistent output of zero, irrespective of the input. This anomaly persists even after the ADC i...

Screenshot 2024-07-03 104049.png

Is This Safe !! DMA??

Hello all I am interfacing various peripherals on the STM42F446RE, SPI, I2C, UART etc,  and in the process i'm choosing to use the DMA controller.when configuring various 3rd party ICs some may have many registers to setup, Rather than use global arr...

JHERI by Senior
  • 625 Views
  • 2 replies
  • 0 kudos

LPTIM1 CNT = ARR in half the time

I am making this code which, on an interrupt, is supposed to wake the system from STOP mode, put it into low powered run mode, and run LPTIM1 for 1 minute before triggering a flag and going back into STOP mode. I have PSC as 128 and ARR as 60962, so ...