Search found 10 matches

by cTiger
Sat Jul 16, 2011 2:00 pm
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

looks good. the bootloader is compiling and only takes 2k in memory. I just have to put it on the board and see if it works :)

crossing my fingers.

cTiger on the verge of bricking an arduino UNO
by cTiger
Thu Jul 14, 2011 1:36 am
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

removing leds, hardcoding the Bdaddress({0x00, 0x11, 0x67, 0xD4, 0x16, 0x5F}) and using -ffunction-sections -fdata-sections -Wl,--gc-sections -mcall-prologues as extra flags might help you to go below 4k.

could you try ?

thanks

cT
by cTiger
Thu Jul 14, 2011 12:40 am
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

the chip is a ATmega8U2 but all tutorials say to use AT90USB82 (datasheet are similar)
by cTiger
Thu Jul 14, 2011 12:29 am
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

it's an arduino UNO (http://arduino.cc/en/Main/ArduinoBoardUno)

I don't know the bootloader size. for now the chip still has the default HEX


btw how did you skrink the program size ?
(i guess you used PROGMEM for the arrays?)

cTiger
by cTiger
Wed Jul 13, 2011 11:46 pm
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

when I set the chip type in FLIP, I can see FlashBuffer information 4KB.

could that be of any relevance ?
by cTiger
Wed Jul 13, 2011 11:42 pm
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

still the same error :( .

strange, I ve double checked the datasheet and the chip has 8-Kbyte self-programming Flash Program Memory, 512-byte SRAM, 512-byte EEPROM. so it should load. I tried a HEX for arduino and it loads so it is a problem with the built HEX. any other bright ideas?

ctiger
by cTiger
Wed Jul 13, 2011 10:47 pm
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

I arrived to the same result and I was looking to see if I could remove useless stuff but no success yet. would you have any great hints ?
by cTiger
Wed Jul 13, 2011 10:15 pm
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

thanks but I also get the same error "Address is out of range"

any clues why ?
by cTiger
Wed Jul 13, 2011 6:23 pm
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

Re: sixaxis_pair_emu.hex for at90usb82

After struggling quite a bit to get the code to compile, I finally succeeded or I thought so. When i load the HEX file in FLIP, I get Address Out of Range. I guess I must has screwed up some settings in Eclipse, here is a partial output of the compilation. Are there any special settings to configure...
by cTiger
Tue Jul 12, 2011 4:01 pm
Forum: Support
Topic: sixaxis_pair_emu.hex for at90usb82
Replies: 16
Views: 17627

sixaxis_pair_emu.hex for at90usb82

Hi, I'm trying to register a bluetooth dongle (which cannot have its address changed) with my PS3. I have aN Arduino Uno with a at90usb82 chip but I can only find on the site sixaxis_pair_emu.hex (diyps3controller v2 - Sixpair-emu - firmware for the Teensy++) for at90usb1286. would it be possible to...