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

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
  • 1073 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
  • 965 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
  • 756 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
  • 414 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
  • 1325 Views
  • 4 replies
  • 0 kudos

Resolved! NUCLEO-STM32F429 SPI at MAX speed (45 MHz)

Hello,I have NUCLEO-STM32F429ZI kit and I want to operate the SPI as max speed. So, I design one simple example like make SPI1 as Slave and SPI4 as a master mode.This is worked for SPI_BAUDRATEPRESCALER_8 (11.25 MHz), SPI_BAUDRATEPRESCALER_16 (5.625 ...

AP_040 by Senior
  • 6500 Views
  • 9 replies
  • 0 kudos