stm32h7 I2S
Any I2S examples of STM32H7?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Any I2S examples of STM32H7?
Hello. I'm looking for information on how to configure I2S microphones using the SAI peripheral. I'm using H743, but this likely applies to any SAIL-capable STM32. The Reference manual, and an application note discuss PDM microphone setup in detail, ...
I am using the STM32L151 processor.I noticed that the LSE takes between 140ms and 712ms to get ready RCC_FLAG_LSERDY. I think Is a time of 700ms still a correct time? Fluctuations are normal?code:while ((uint16_t)RCC_GetFlagStatus(RCC_FLAG_LSERDY) ==...
Hi all,I have a firmware written for some nucleo boards that use the stm32f4 and stm32l4 MCUs.This firmware communicates with a pc through serial and control some motors. The user sould be able to send through the serial, a simple program: a small, ...
Hi all,I want to send 3 bytes with the UART DMA controllerbut when this line is executed, the uart sends these 3 bytes endlessly .Why does the transmitting not stop after 3 bytes ?HAL_UART_Transmit_DMA(&huart1,(uint8_t *)spi_buf_in,3);Thank youSteve
Hello, I want to read the chip ID and unique id by using SPI but I cannot read. I am using an external library, ( https://github.com/nimaltd/w25qxx for flash ) You can find my cube documents in the attachments below. What should I do? Thank you.
Currently we are looking for the possible approach for Switching between Main supply (LDO) and Vbat Operation. We have Two backup supplies requirement , Battery and supercap. Either one of the backup supplies is selected but provision should be provi...