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! Having problem to understand DMA

I am trying to learn DMA properly by reading from STM32F407 reference manual . But I am confused at some points. First is about FIFO mode:- Lets say I am receiving data from UART over DMA and I am using DMA FIFO mode with threshold 1/2(that is 8 byte...

_legacyfs_online_stmicro_images_0693W000001pajI.png
SSone.1 by Associate III
  • 1385 Views
  • 3 replies
  • 0 kudos

Soil Moisture sensor i2c

Hi, I need help ...I would like to be able to read the soil moisture sensor https://tinovi.com/wp-content/uploads/2019/03/PM-WCS-3-I2C.pdf of which the arduino library exists (https://github.com/tinovi/i2cArduino) using a stm32 microcontroller. There...

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
  • 1077 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
  • 1040 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
  • 937 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
  • 739 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
  • 399 Views
  • 0 replies
  • 0 kudos