Loading...
Pages: [1]   Go Down
Author Topic: Arduino firmware on AT90USB82  (Read 124 times)
0 Members and 1 Guest are viewing this topic.
Oregon
Offline Offline
Newbie
*
Karma: 0
Posts: 5
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Sorry if this is the wrong place...  Anyways, I have a development board with an AT90USB82 chip.  IS there any way to flash the Arduino bootloader and firmware onto it?
Logged

--Adam
Hacking your gadgets is not a crime. You don't own it until you have gotten past the locks and taken control of the device on which you spent your hard-earned money.

Global Moderator
Dallas
Online Online
Shannon Member
*****
Karma: 118
Posts: 10159
View Profile
WWW
 Bigger Bigger  Smaller Smaller  Reset Reset


Maybe.

Does the development board bring out the USART pins?

Does the development board bring the the serial programming pins (RESET, PDI, PDO, SCK)?
Logged

Wahiawa, Hawaii
Offline Offline
Sr. Member
****
Karma: 11
Posts: 364
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

The AT90USB82 is functionally equivalent to the ATmega8U2 which is used on some older Uno and Mega boards for USB to serial conversions.  It should have the DFU bootloader on it.  So you could use FLIP to upload code to it.  It should also have the ISP pins available for programming via ICSP.  Don't know if anyone has done an Arduino bootloader for it.

Logged

Oregon
Offline Offline
Newbie
*
Karma: 0
Posts: 5
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Coding Badly:  The dev board actually has all of the pins in use, I would have to modify it a bit -- It should have all of the pins broken out.

Hiduino:  That would be assembly code, correct?  I could do that, but writing the code I have in mind in assembler would proabaly be harder than just building a Leonardo-compatible.
Logged

--Adam
Hacking your gadgets is not a crime. You don't own it until you have gotten past the locks and taken control of the device on which you spent your hard-earned money.

Pages: [1]   Go Up
Print
 
Jump to: