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...
Update: Now Application state changes from APPLICATION_START to APPLICATION_READY only if given breakpoint at Appli_state = APPLICATION_START; line in usb_host.c file
Please check the attached screenshot of memory details of my project.Variables keyArray and callbackAreas, which are related to the keyboard are appeared so many times. This is consuming lot of .bss segment in the RAM.Even if I add keyboard on each s...