2018-10-23 04:36 AM
HI ,
I have implemented USB Host facility in my custom board which has STM32F429IG MCU ,
My application does detection of USB stick and reads the image binary from there , where as
The functionality works as intended only with some USB sticks and also with other some times it reads successfully and most of the time doesn't and also if reading starts it takes continues and doesn't end reading ,What could be the reason any help please ?
2018-10-24 02:49 AM
Any answers please ?
2018-10-24 04:25 AM
Instrument your code so you understand what's happening internally, use a USB Protocol Analyzer to understand what's happening externally.
2018-11-16 08:35 PM
Resolved:The problem was causing due to insufficient memory allocation for stack and heap in linker file, now resolved by increasing the memory allocation to these in linker file.
Thanks