User Activity

Hello,I am using STM32F765BI MCU. As per our requirement we have to send data on both the DAC channels simultaneously using DMA. but I could not find any API for this. There are APIs available for DAC DMA single channel only as shown below,HAL_Statu...
Hello,I use stm32f765BITx processor and SDMMC (SD 4 bits Wide bus ), sometimes code is stopping at SD_FindSCR function in stm32f7xx_hal_sd.c library. This event is happening random.Exactly, the place where code stopped at SD_FindSCR function,while(!_...
Hello,I am using STM32F765BI MCU.I want to generate an audio on both the channel of DAC using DMA simultaneously, currently I am facing a problem that I am able to generate audio only on one DAC channel at a time.So please suggest a method that how c...