User Activity

I am using STM32F446 Nuclero and STM32CubeIDE.​I wrote a loopback code from I2S_ADC (PCM1808PWR) to internal DAC.MCU is slave mode (external clock to IS2_CKIN).I works fine. ​However, when I try to "Pause DMA" and "Resume DMA", I2S of MCU does not sy...
Hi, there!Please help me !!!​I am testing Timer cascading with F411 Back pill on STM32CubeIDE.​TIM2 [Master] ---> TIM5 (or TIM9) [Slave]​There is no description on Periphral Interconnect Matrix feature in the STM32F4 manual (RM390), but I found the...
Dear Experts,I ported I2S RX and TX program from F401 to F302R8 Nucleo board. And I encountered **unexpected** phenomenon.When I use I2S for receiving data (Half-duplex, Master-Receive mode, 48kHz, 24bit data on 32bit frame), it works fine. That mean...
Hello,In Section 36. I2S Generic Driver of HAL document (UM1725), I found an incorrect or misleading explanation.In the explanation of HAL_I2S_Transmit, there is a "notes" below.-----------------HAL_I2S_Transmit (I2S_HandleTypeDef * hi2s, uint16_t *...
I wrote I2S Loop back test program. I2S2 as Master Transfer mode and I2S3 as Slave Receive mode. (Proto for ADC in and DAC out.)It works OK when 16bit in 16bit frame. However, in 24 bit in 32bit frame, DMA pointer etc. are corrupted.With step-by-ste...
Kudos from