STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F767 ADC Multi-Channel Interrupt Mode Read

Hi. I am trying to read 4 ADC Channels sequentially in interrupt mode: ADC2_IN7, ADC2_IN14, ADC2_IN15 and ADC2_IN8. However it only reads the last rank channel every time. Please help me understand what I'm doing wrong.Compiler:          IAR Workbenc...

STM32L4 I2S configuration not working with CS4344

Hello,I am trying to implement I2S protocol for my project with STM32L433RBT6. I should play short (up to 5 seconds) .wav stereo audio samples that are with 44.1 kHz sampling rate and 16 bit audio sample. The I2S line goes into the CS4344 DAC. Thus, ...