User Activity

Hi Guys, I am working on STM32F446 MCU. Everything is running fine. I just want to implement firmware upgrade over UART. As we know UART bootloader is already available in system memory we just need to jump over there to run it. I Have used below cod...
Hello Everyone,I am working on a project in which i have to use both roles of USB_FS. I want to interface mass storage device for which i need host with MSC and i also want to send some data to PC over VCP for which I need device with VCP.I searched ...
Hello Everyone,I am working on a project in which we load hex or bin file in USB pendrive and stm32F7 will read this file over USB_FS using Fatfs. Then it will program it self using same hex file(IAP from USB pendrive ). if i am using only internal f...
Hello everyone ,I am new to touchgfx. I have a custom board with STM32f769II controller ,SDRAM with 16bit data bus from Micron,QSPI flash and with 7inch TFT display (RGB888). I firstly try to configure only LTDC to display a image on LCD from flash i...
Posted on March 17, 2017 at 07:44Hello everyone,I am using stm32f4 discovery board. i am accessing on board digital mic with I2S protocol and decode data using PDM to PCM library from st.Now i want to use one more mic for stereo audio (one mic for l...