User Activity

I am using STM32F746G-DISCO board.Configured USB FS in MSC HOST mode.After connecting the Pendrive, ReqStatus in following part returns USBH_BUSY  case ENUM_IDLE:   /* Get Device Desc for only 1st 8 bytes : To get EP0 MaxPacketSize */   ReqStatus = U...
I am having working tcp/ip project using lwip on STM32F7 using which I can send RAW data.Now I want to send text file from SD card to local server.How can I implement this.
I am using STM32F746G-DISCO board. And want to store all my variables in .data section instead of .bss section.This is just to make enough space available in .bss section for my DMAs.My question is that how can I do this? Can any one give me some ref...
I am using SD card with SDIO interface in 1 bit mode.Previously it was working properly. But after adding custom keyboard on multiple screens SD card suddenly stopped working (Getting FR_NO_FILESYSTEM error while debugging).When I removed custom keyb...
If multiple persons working on same project and developing different screens then can we merge all screens and how?