STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 455 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
  • 674 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
  • 782 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
  • 1031 Views
  • 5 replies
  • 0 kudos

Resolved! Timer Capture code not working

Hi All,To get around a problem I was having with timer capture using DMA (another topic) I changed my timer code to use interrupts. The seems to work when I debug step through it but not when I run. I am using TIM8 in input capture mode for CH1 and C...

BTrem.1 by Senior II
  • 576 Views
  • 2 replies
  • 1 kudos

External interrupt Handler does not execute

Hi, I'm trying to execute an interrupt with the pin PCO with stm32f303re Nucleo board, but the interrupt routine never executes, actually, it just stops the program. this is my configuration code for the interrupt: //set gpioc 0 as interrupt _...

0693W00000ANkrMQAT.png 0693W00000ANkrgQAD.png