Ask questions, find answers, and share insights on STM32 products and their technical features.
Intermittent results during a loopback (same processor, Tx to Rx) test. Happens the same on both STM32L041G6 and STM32L051K8U6 processors.STM32CubeIDE (recent version) used to enable Uart2, Interrupt enabled, no DMA, 9600 baud, 8bit, 1 stop, no pari...
Hi everyone, I'm experimenting the DAC features with my STM32F303RE and I have a dubt. .RM says: "If the software trigger is selected, the conversion starts once the SWTRIG bit is set".Now, if I only set the DAC_DHRx and the EN bit, the DAC works pro...
I want to send the numbers in order but it only sends the number 0 constantly. When I make the delay 100ms it only sends 0 and 1. When I remove the delay completely, it sends numbers from 1 to 30 in order.
HelloI want to use two STM32F407 MCUs to enable bidirectional communication via UART communication with each other.I would like to have a two-way communication that turns on and off each other by installing a switch and an LED, respectively. Thanks a...
Using a STM32H7 and internal ADC through DFSDM using sinc3 filter and would like aliasing protection.The sinc filter has the notch at the new sample frequency. I would prefere to have the notch at half the new sampling frequency to get better aliasin...
Hello newbie here.I am trying to learn how to convert PDM data to PCM using PDM1_filter() function, I am using GCC.The first 2 converted PCM data seems to be abnormal as can be seen later.Firstly, instead of directly interfacing to a microphone or an...
Hola comunidad!Estoy desarollando una etapa de un proyecto en la cual deseo adquirir los valores digitales de un ADC MCP3208 mediante comunicación SPI utilizando un STM32F103C8T6.En primer lugar, comparto el código que realice:/* Adquisición de datos...