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

Oscillation in ADC measurement of DC value

Hi everyone. I am trying to measure the voltage of each battery connected in series to other. I am measuring voltages over voltage divider to reduce voltage below Vdda. When I measure the voltage of node with multi-meter there is no oscillation seen....

0693W000001pJhtQAE.jpg 0693W000001pJi8QAE.jpg
SSone.1 by Associate III
  • 1149 Views
  • 4 replies
  • 0 kudos

Migrate from STM32F207 to STM32F429

Hi all, I am a senior developper but not so experimented with STM32 ecosystem.I have a new board equiped with a STM32F429, which is based on an old board equiped with a STM32F207.So I would like to re-use (and adapt) the firmware of the old board rat...

APICH.1 by Associate II
  • 1101 Views
  • 5 replies
  • 0 kudos

Want to discipline the RTC time with respect to UTC with the aid of UBLOX GPS module. what are the different ways I could do this?

1. Use 1pps as external interrupt and count the number of pulses of RTC clock, then use sub second shift feature of RTC.2. Supply the time pulse output of the UBLOX to the reference clock detection and configure the time pulse to be 60PPS and may be ...

SM.31 by Associate
  • 998 Views
  • 2 replies
  • 0 kudos

hi, I am trying to use it in the same pin for two different purposes. I'm setting 4 pins for SPI comm and after I finish using them as SPIpins I need them as normal gpio. I tried to toggle them with set and reset but didn't go so well. what should I do

for exmple, this is a part of the code:void DAC_AD5621_Write ( uint64_t DAC_Data){ HAL_GPIO_WritePin(dac_cs_GPIO_Port, dac_cs_Pin, GPIO_PIN_RESET);////Select SPI DAC_Data = (DAC_Data&0x0FFF)<<2 ; uint8_t DAC_Data1= (uint8_t)((DAC_Data>>8)&0x00FF); ui...

Gbasi.1 by Associate II
  • 793 Views
  • 4 replies
  • 0 kudos

Does dual-bank read-while-write work properly in STM32L496?

My project uses dual-bank flash memory, bank 1 (0x0800 0000) for main code and bank 2 (0x0808 0000) for ota image and also allocated (0x080F F000) for saving the system setting. After switching bank (FB_MODE =1), the main code runs at (0x0808 0000) a...

KLam.11 by Associate II
  • 430 Views
  • 0 replies
  • 0 kudos

Talk to Flash in STM32L412KB without using HAL library

Hello everyone!I am trying to write to flash without using built-in HAL functions. Initially, I want "Hello World!". The Flash is only aligned double word writable as shown in the reference manual (RM0394) standard Programming technique Section 3.3.7...

Anonymous by Associate II
  • 1414 Views
  • 4 replies
  • 0 kudos