STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMAMUX experiment on stm32H7 with adc's and Gpio's

In one application I am currently developing I have a single pin for an adc input and an analog external mux(4051) on three pins that changes which of my actual 8 adc's is wired on this pin.I would like to iterate over the 8 different mux values and ...

SMour.1 by Associate III
  • 777 Views
  • 0 replies
  • 2 kudos

We would like to upgrade our PCB with a more recent STM32 chip. Could you please recommend us which chip of the STM32 family is compatible or closer to the old ST10F269?

Dear ST Community,We have an old PCB with a ST10F269 chip on it.We would like to upgrade our PCB with a more recent STM32 chip.Could you please recommend us which chip of the STM32 family is compatible or closer to the old ST10F269? We want to apply ...

HTate.1 by Associate
  • 572 Views
  • 2 replies
  • 0 kudos

Resolved! DFSDM and external Sigma Delta Modulator

Hi,I currently have a STM32L4R9VI (that contains the DFSDM + DMA) and I am planning to sample an IF signal ( up to 10 MHz frequency) using an external Sigma Delta Modulator AMC1305M05 (20Msps - 20 MHz frequency - 16 bits resolution). I am not an expe...

ABouk.2 by Associate
  • 918 Views
  • 2 replies
  • 0 kudos

Can't read mpu6050 via I2C1

HelloI can read mpu6050 via I2c1 in stm32F4Disco but I cant read mpu6050 in STM32F746 Touchgfx.All values returns 0.This is my reading code. it is working in 32F4DISCO:#define MPU6050_ADDR 0xD0     #define SMPLRT_DIV_REG 0x19 #define GYRO_CONFIG_REG...

0693W00000ANlkqQAD.png 0693W00000ANlkvQAD.png 0693W00000ANll0QAD.jpg 0693W00000ANlkWQAT.png
FLine.1 by Associate II
  • 956 Views
  • 1 replies
  • 0 kudos

Resolved! Confused about DMA and Cache on STM32 H7 devices.

While I was looking for H7 DMA data,​I saw the article below that DMA is not working on the H7 device.https://community.st.com/s/article/FAQ-DMA-is-not-working-on-STM32H7-devices​Solution 1 from that article is shown below.​--------------------------...

Resolved! STM32H7 SAI DMA; Transfer Error

/* Peripheral DMA init*/ hdma_sai1_a.Instance = DMA1_Stream0; hdma_sai1_a.Init.Request = DMA_REQUEST_SAI1_A; hdma_sai1_a.Init.Direction = DMA_PERIPH_TO_MEMORY; hdma_sai1_a.Init.PeriphInc = DMA_PINC_DISABLE; hdma_sai1_a.Init.M...

0693W00000ANn8jQAD.png
CFran.1 by Associate II
  • 1290 Views
  • 5 replies
  • 0 kudos