I figured out how to get the code to run on the 328 and wanted to update this thread, in case anyone else was wondering.
I just compiled the code as if I were compiling for the 168. Then I just burned the .hex file normally as for the 328p... and it worked!
Search found 5 matches
- Thu Oct 01, 2009 6:45 pm
- Forum: V-USB
- Topic: Atmega8535 OK / Atmega328p FAIL
- Replies: 34
- Views: 34796
- Thu Oct 01, 2009 6:43 pm
- Forum: V-USB
- Topic: V-USB with Arduino Duemilanove 328?
- Replies: 8
- Views: 7568
Re: V-USB with Arduino Duemilanove 328?
I did get the Arduino code running on my 328 Just compile it as if you're using the 168 and then burn the hex file normally as for the 328. I did the same thing to get the example HID-mouse code working, too.
- Thu Oct 01, 2009 4:30 am
- Forum: V-USB
- Topic: V-USB with Arduino Duemilanove 328?
- Replies: 8
- Views: 7568
Re: V-USB with Arduino Duemilanove 328?
Thanks for the link, Christian. I'm not sure if the fuses need to be set differently than the 168... I thought that the 328p and the 168 are pretty much the same except for the memory size. I did try compiling with the same fuses as recommended in the Makefile for the 168 since there was no mention ...
- Thu Oct 01, 2009 1:53 am
- Forum: V-USB
- Topic: Atmega8535 OK / Atmega328p FAIL
- Replies: 34
- Views: 34796
Re: Atmega8535 OK / Atmega328p FAIL
What are the proper fuse bits to get the 328p working? I was able to get the HID-mouse example to work on the atmega168 @ 16MHz but when I make the code for the atmega328p @ 16MHz, I get this error code in my system.log file: [0x7feef00] The IOUSBFamily was not able to enumerate a device. [0x7feef00...
- Wed Sep 30, 2009 10:19 pm
- Forum: V-USB
- Topic: V-USB with Arduino Duemilanove 328?
- Replies: 8
- Views: 7568
Re: V-USB with Arduino Duemilanove 328?
Hi Michael,
I, too, have been trying to get the rancidbacon code to work with the 328 but have been unsuccessful. I was able to find a 168 and have it up and running. Hopefully, you've had some success getting the code to run on the 328.
I, too, have been trying to get the rancidbacon code to work with the 328 but have been unsuccessful. I was able to find a 168 and have it up and running. Hopefully, you've had some success getting the code to run on the 328.