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

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 ...

timer not sending the correct number of pulses

Hi all,I am trying to send x number of 100 ms pulses (50 ms on, 50 ms off) with a PWM in one-pulse mode. when I wired the output to a pulse-counting device, I noticed that it is picking up 10x less pulses than is programmed. I believe there is an iss...

STM32U5F display resolution

Hello,I read the AN4861 and try to determine the max LCD resolution for a STM32U5F without using external RAM. The lowest color is 16 bit, RGB656. I would like to use 1366*768, which should be 1049088 pixel, this should approx 1.9MB for the framebuff...