User Activity

Hi,I am looking into application development which should have USB audio streaming in a customized board.I have downloaded the X-CUBE-USB-AUDIO software extension package from ST.com. Can anyone help me how to use along with STM32CubeIDE tool.Regards...
Hi,I am finding difficulties of importing a project generated by STM32CubeMX.Can any one help?Regards,Suresh.
Hi,I am using STM32CubeIDE for audio application development. In my application STM32 will be working as I2S Master Receiver so I wanted to collect data continuously without losing any data.I have configured DMA with circular mode enabled. Looking at...
Hi,HAL_I2S_Receive_DMA(&hi2s5, i2s_resp[i2s_Rx_xnt], 4096) after executing this non blocking function I expect some data will be stored in the buffer but in my case nothing.Can anyone help me with this?Selected DMA configuration as circular mode and ...
Hi,#FatFS​ #SDIO​ #STM32CubeIDE​ In STM32CubeIDE f_open and f_read is returning with FR_OK value. but when I used f_write with some data I am seeing that the return value is DISK_ERR. In this case file is not at all getting created in the SD card.Whi...