RP6502 Ep6 - ROMs and the filesystem - TinyUSB and FatFs

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • How to use a USB host stack on your tiny microcontrollers to enable USB drives. Watch a demo of it on the Picocomputer 6502.
    Real C64 keyboard for MiSTer FPGA and VICE Emulation:
    • Real C64 keyboard for ...
    The libraries:
    www.tinyusb.org/
    elm-chan.org/fs...
    github.com/lit...
    The Picocomputer:
    github.com/pic...

Комментарии • 18

  • @GregCoonrod
    @GregCoonrod Год назад +3

    This is really incredible! Super cool to see how well it is working.

  • @mlongval
    @mlongval Год назад +1

    Really cool! Thanks for this. Cheers from Canada!

  • @jstro-hobbytech
    @jstro-hobbytech Год назад +1

    Man. I like how you operate.

  • @AjinkyaMahajan
    @AjinkyaMahajan Год назад +1

    It is really helpful.
    I had used it with Propeller P8X32A
    Thanks

  • @AJ_Whitney
    @AJ_Whitney Год назад +1

    Wow! This is fantastic.

  • @cbmeeks
    @cbmeeks Год назад +1

    Regarding executing 6502 code from a USB. Well, I use an Ultimate II+ on my Commodore 64 to run code from both USB and Ethernet. YES, I know the Ultimate II+ is an FPGA device but it moves the code from the USB into the C64 memory where the 6510 runs it. So I think that technically counts. :-D

    • @rumbledethumps
      @rumbledethumps  Год назад +1

      I agree, the Ultimate II can load from USB. It's faster too. I hope we can get more USB toys.

  • @polymatt
    @polymatt Год назад

    This is awesome content. Super helpful and well communicated. Subbed!

  • @derekchristenson5711
    @derekchristenson5711 5 месяцев назад

    Neat!

  • @freddyvretrozone2849
    @freddyvretrozone2849 5 месяцев назад

    Hi,
    Your work is insane, congratulations.
    Is it really possible to access a usb storage now on the Pi Pico ?
    I always did read comments saying it does not work.

  • @TheSulross
    @TheSulross Год назад

    Duuuuudddeee!!!!!!

  • @chromosundrift
    @chromosundrift Год назад

    spinning rust LOL

  • @Chriva
    @Chriva Год назад +1

    TinyUSB is a DISASTER for everything except very simple dyi things where you don't need custom endpoints or protocols. Not to mention the no-interrupt approach :P

    • @rumbledethumps
      @rumbledethumps  Год назад +3

      Fortunately, I need only HID and MSC. I'll take simple where I can get it.