cancel
Showing results for 
Search instead for 
Did you mean: 

USB HOST Does not read the image binaray from USB stick

Vprabhu
Associate II

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 ?

3 REPLIES 3
Vprabhu
Associate II

Any answers please ?

Instrument your code so you understand what's happening internally, use a USB Protocol Analyzer to understand what's happening externally. ​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Vprabhu
Associate II

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