Author Topic: DFU mode?  (Read 3141 times)

wastecadet

  • Newbie
  • *
  • Posts: 1
DFU mode?
« on: February 28, 2013, 01:54:17 pm »
I was wondering if anyone knows if the digispark has a DFU mode? And if so, how would you go about setting the digispark to DFU mode?


I know the Arduino UNO has a DFU mode, and it would be useful to be able to miniaturise a project I have already got working on the UNO. See link below for a picture of how to set UNO to DFU mode.


https://code.google.com/p/unojoy/wiki/GettingStarted

Bluebie

  • Sr. Member
  • ****
  • Posts: 486
Re: DFU mode?
« Reply #1 on: February 28, 2013, 05:04:47 pm »
No, The Digispark uses only a single processor, so when writing projects which make use of USB interfaces you upload those in the usual way. You do not need a special upload mode. You probably wont be able to just take an arduino uni project and upload it unchanged to the digispark though. It's an entirely different processor with different features and in particular a different USB interface.