STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Start DAC and ADC at the same time

Hello,I am using a NUCLEO-H743ZI2 and program on the STM32CubeIDE1.13.2The purpose of my project is to create a 2kHz sine and to sample it at 40kHz at the same time.I would like to have no delay between the 12bits DAC and the 12bits ADC: that the fir...

sinus_raw_1s_trigger_correct-spect.png sinus_raw_3s_trigger-phaseMax.png sinus_3s_tempo_delay.png ramp3s_whole.png
Kévin by Associate III
  • 987 Views
  • 8 replies
  • 0 kudos

STM32H503RB & Pmod I2S2 module problem

Hello, I have a problem with my NUCLEO H503RB. I'm trying to make it work with Pmod I2S2 module (ADC+DAC). For now I've connected only ADC via I2S1. This is my HW configuration: I2S config: GPDMA config: Code: No data stored:   As you can see, I...

sebxx4_0-1707834029221.png sebxx4_1-1707834044304.png sebxx4_2-1707834060764.png sebxx4_3-1707834092573.png
sebxx4 by Associate III
  • 306 Views
  • 0 replies
  • 0 kudos

STM32H7 TIM12 TRGO DAC DMA syncronization

Hello,I am trying to generate a pulse-triggered waveform continuously by using DAC and DMA in STM32H735RGV6. To do this, I have opened DAC OUT1 with the following configuration.After that, I set up the TIM12 with the following configuration and expec...

ErsinKuscu_0-1707732708749.png

4 DACs, 4 audio rate sawtooth waves with SMT32G4

Hello,I am looking to develop with the STM32 microcontrollers for the first time and was hoping to get some help. I need to create a device capable of outputting 3 separate sawtooth waves that are individually controllable to synthesize audio based o...

Resolved! ADC sampling rate checked by callback

Hello,I am using a NUCLEO-H743ZI2.I read the reference manual RM0433 Rev8.I also read a bunch of topics in the forum but didn't find what I wanted. I am trying to check my ADC sampling rate by looking at the timestamp at my half full/full callback fr...

ADCclock.png formulaFadc.png ADCconfig.png ADCdoc.png
Kévin by Associate III
  • 776 Views
  • 5 replies
  • 2 kudos

Syncing external ADC / DAC Conversions

Just wondering if anyone has information on how to sync external ADC and DAC conversions?The ADC and DAC are connected as SPI peripherals (separate SPI's) to an STM32G474RE.The system needs to run in continuous mode with a configurable delay between ...

Labels