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

Basic question regarding timers and generating a simple delay

Hi there,Let say I want to generate a 1 ms delay using a timer. I set my prescaler to have a 1ms granularityTIMx->PSC = (uint16_t)((SystemCoreClock / 1000U) - 1);Now if I want to generate a 2ms delay I usually do it like this (assuming the UIF flag i...

Kraal by Lead
  • 600 Views
  • 2 replies
  • 0 kudos

STM32F746-Disco SDRAM problem

Hi,I have problem with the test of SDRAM memory. I use STM32F746 Discovery kit where is MT48LC4M32B2 memory.  SDRAM size is 128-Mbit SDRAM but only 64-Mbit is accessible on kit. So I try to test the entire 8MB SDRAM memory. Unfortunately, when the la...

MPeco by Associate
  • 532 Views
  • 1 replies
  • 0 kudos

STM32L496 I2C1 PA9 PA10 stuck low

Posted on June 06, 2018 at 12:49I am having problems configuring the I2C1 gpio pins on the STM32L496 on pins PA9 and PA10.After the gpios are configured the SCL and SDA lines go from a high level to a low level, which is unexpected. After configurat...

Problem with STM32 Cube MX 4.26.0

Posted on June 08, 2018 at 21:13The problem found in STM32 Cube MX 4.26.0, is that the tool over-wrote thefiles of my project..I'll describe what happened:1. My project I was working on was created with STM32 Cube MX 4.25.0..2. I updated the STM32Cu...

0690X0000060LCKQA2.png 0690X0000060LCZQA2.png 0690X0000060LCeQAM.png

Resolved! Reading the H7 temperature sensor calibration parameters

Posted on June 28, 2018 at 18:34STM32H743To improve the accuracy of the temperature sensor measurement, each device is individually factory-calibrated by ST. The temperature sensor factory calibration data are stored by ST in the System memory area,...

stm32f769-Disco stm32cubemx configuration for LCD

Posted on March 16, 2017 at 13:19Hello,i am trying to use stm32cubemx for a stm32f769-disco board, got a blinky to run with rtos,but now how do i configure stm32cubemx to get the lcd/touch initialized/running? many thanks for any help!terter

STM32F303 Analog Comparator PINOUT

Hello!I is allowed to use the same PIN for the COMP and the ADC?I use the analog comparator as fast and software free PWM break input and I would like the measure the input with a ADC. I have tried it out and it was working. There was a small distort...

T B by Associate II
  • 349 Views
  • 0 replies
  • 0 kudos