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

ExT interrupt not firing.

we are using EXTI1 interrupt in our project based on stm32f446. But the Interrupt handler is not firing.We looked into the interrupt enable registers, Mask registers, etc and all seems fine and a timer interrupt also in the project, which is triggeri...

KumarTP by Associate II
  • 1827 Views
  • 4 replies
  • 4 kudos

Resolved! Avoid cross-effects between the LC sensors

Hi all,I'm using application note AN4636 for LC sensor.I tested with the example source code, and they work well for one sensor.But when I use multiple sensors, I face an issue. If I use the same value for inductor and capacitor for each sensor, the ...

phoungvd by Associate II
  • 2124 Views
  • 4 replies
  • 2 kudos

Single ADC Reading with Multiple DMA Channels

Hi,Is it possible to have a single ADC result transferred to two different memory locations using DMA without CPU intervention?Specifically I want DMA to take a single reading from an ADC, transfer it to one location on the STM32H747 CM4 and another ...

slc2015 by Associate II
  • 1027 Views
  • 3 replies
  • 0 kudos

STM32G491KCU6: Unable to program via UART1

Hello,I'm trying to program G491KCU6 board via UART1 and I'm not able to connect to st-programmer. I don't know whether the board is actually entering Boot0 or not. I have PB8 with 10K to GND and I pull it up during connection to enter Boot0. Below i...

MallikarjunSE_0-1705136656649.png

Trouble with SDRAM and STM32F469

Hi all!I am struggling to couple STM32F469ZGT6 (running at 180 MHz) with SDRAM type IS42S16160J-6TL from ISSI (datasheet here: https://www.issi.com/WW/pdf/42-45S83200J-16160J.pdf ).SDRAM is organized in 4 banks, each having 8192 rows x 512 columns x ...

ELowe_0-1704819258745.png ELowe_1-1704819258756.png ELowe_2-1704819258761.png
ELowe by Associate III
  • 1919 Views
  • 4 replies
  • 1 kudos

Resolved! L433 SDMMC FIFO doesn't get emptied

I'm currently working on a project using the STM32L433 MCU with the SD peripheral. While trying to use the HAL driver with read and write operations the functions return an timeout. While tracing the command and data lines the command is sent but the...

JSwildens_0-1704660275058.png