STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 U5 ADC (multi channel) + timer + DMA

I am working on development project using NUCLEO-U575ZI-Q.The application is to scan multiple analog signals (4) signals using ADC1 (14 bit). The ADC triggered periodically using Timer 1. The results to be transferred to memory using DMA. Any sample ...

Tvoge.1 by Associate II
  • 3319 Views
  • 5 replies
  • 0 kudos

Resolved! CAN Communication issue with STM32F4

/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file can.c * @brief This file provides code for the configuration * of the CAN instances. *********************...

JDOG_0-1710445814919.png JDOG_1-1710446081374.png
JDOG by Associate III
  • 4547 Views
  • 19 replies
  • 3 kudos

Printf

How to use parallel two UARTs in STM32F746ZG: one for data transfer, the other for serial print

Resolved! Nucleo STM32H5 debugging OpenOCD

Hi all,I recently got a Nucleo STM32H563ZI board to start doing development with the STM32H5x family of microcontrollers but I'm having issues trying to setup a debug session in VSCode. I've download the STM32 OpenOCD version and compiled it as it se...

margce by Associate III
  • 8262 Views
  • 12 replies
  • 3 kudos

Missing DMA interrupt after I2C transmit

Posted on November 15, 2012 at 02:02I am working on an i2c driver that utilizes DMA for the master transmits. Everything seems to be set fine because I get hundreds of successful transactions but every once in a while, I issue a transaction but nev...

saccrue by Associate II
  • 1909 Views
  • 10 replies
  • 0 kudos

Two ADC in dual REGULAR SIMULTENIOUS mode

I am trying to run both ADC in dual REGULAR SIMULTENIOUS mode (ADC1 as master and ADC2 as salve) ADC Converted Result shall be stored in an Array Buffer using DMA transfer (single channel only), ADC conversion trigger shall not be software based (we ...

Pooja321 by Associate II
  • 664 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H755

Hi all,I got my hands on a quadrature encoder for the first time, and I am trying to interface it with my STM32H755 Nucleo board through the timer in encoder mode. The issue is that the interrupt is getting triggered (in the "HAL_TIM_IC_CaptureCallba...

sarun by Associate III
  • 655 Views
  • 2 replies
  • 0 kudos

Resolved! Encoder pin assign in STM32F103C8T6

Hello. I have plans to implement a motor encoder interface circuit using this micro controller. According to its datasheet, the timer implementation considers TIM1 ~ TIM4. My question is: which pins can I assign to implement a motor encoder circuit f...

claudiohi by Associate II
  • 1433 Views
  • 4 replies
  • 2 kudos

Cube IDE Version: 1.15.0 failed at SystemClock_Config()

Hi :      I updated  STM32CubeIDE a few hours ago. Version: 1.15.0Build: 20695_20240315_1429 (UTC) Now it will failed at the SystemClock_Config() and missing arm_sorting.h void SystemClock_Config(void){RCC_OscInitTypeDef RCC_OscInitStruct = {0};RCC_C...

S_Ong_0-1711292059277.png
S_Ong by Associate III
  • 1961 Views
  • 11 replies
  • 1 kudos