This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Implementing USB Mass storage as floppy msc

Hi to all,
Recently I download mdk5 USB msc example and then I programme it to my lpc1788 board and when I connect it to my computer windows recognize it as USB flash disk.
Now I want change this project in way that after connecting it to computer windows recognize it as floppy drive but I do not have any idea to how done that :-(
Now can any one give me an advise to how done that or give me an start point in order to done that????
thanks for attention.

Parents
  • It looks to me that you need to add functionality that is specific to floppy disk like Rezero Unit, Seek (10) ... you also need to implement returning status over by interrupt endpoint which is required by UFI specification and it should work.

    About that Keil thread regarding CD-ROM, that was while Keil USB stack was provided in source code which was a few years ago, and source code was editable. Now USB stack is provided as library and it can not be edited that way.

Reply
  • It looks to me that you need to add functionality that is specific to floppy disk like Rezero Unit, Seek (10) ... you also need to implement returning status over by interrupt endpoint which is required by UFI specification and it should work.

    About that Keil thread regarding CD-ROM, that was while Keil USB stack was provided in source code which was a few years ago, and source code was editable. Now USB stack is provided as library and it can not be edited that way.

Children
No data