PIC32MX695F512L - USB multiple sector read
Hi everyone. I have recently begun my first project with PIC microcontrollers. I try to implement PIC32 as a host to read data fom thumb drives. I am using MLA from 2012 (taken over old project :/ ) with the FSfile system. The maximum speed of read I've managed to have is 165kB/s (bulk transfer with multiple transaction per frame) . My question is - how can I increase the speed? I've heard about multiple sector reading - should I use newer version of MLA to implement this?
Thank you in advance for all answers :)