hello,
I am doing usb_host using LPC3250 in my project. for that i am using example code given in keil example (MSD_FILE) code.
Using this code I am able to format the pen drive. But not able to create any file. After entering command (FILL) software is hanging in "fopen" function. Getting swi_handler interrupt and keeps on running in loop.
So anything we need to change in RETARGET.c (because here stdio file handler is linked ) file ??
thanks in adavance.
I guess this should be prepared example that works on Phytec board, so there must be some hardware differences between Phytec board and your own board.