-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flip: Address is out of range #38
Comments
I'm having the same "out of range" issue with Uno R3 |
The usbserial firmware isn't related to hiduino. In fact, these usbserial compiled hex files come directly from the Arduino Github... or at least I thought they did. Reference the files below (they are smaller). It is a quite curious that the 16u2 firmware is bigger than the 16kb of memory available on the chip, but I've never had an issue using the ISP based method of flashing. |
Wow, that's great you got back to me so quickly. Thought I was just lost. Is the link above for USB-midi? I loaded the Arduino-usbserial-atmega16u2-Uno-Rev3.hex file using Atmel Flip, but the Uno now enumerates as Arduino Uno. I think I'm back to stock firmware on 16u2 chip. I'm trying to put the usb-midi firmware on the 16u2 chip. |
@lefthand2, My Arduino Uno R3 initially had To actually load HIDUINO use |
Thank-you for explaining that! Ken On 10/18/2016 12:40 PM, Demin Dmitriy wrote:
|
I was able to upload arduino_midi.hex into my Uno 16u2 chip using Flip, but the Uno board doesn't enumerate itself in device manager as Huduino; it shows up as libusb-win32/ATmega16U2. If I plug the usb into a new computer, it is looking for ATmega16U2DFU drivers. I'm a bit confused why device manager doesn't recognize the Uno as a midi device....?? |
@lefthand. I ran into comparable HID functionality errors on the UNO. |
@ddiakopoulos Hello,
We're currently having trouble with the usbserial_mega_16U2.hex for the Arduino Uno Rev3.
Flip tells us this error :
The reason could be that our arduino may not have enough space to put this 20ko file in, because flip says "12 ko" max for our mega16u2. We can't change the maximum size authorized in flip unfortunately (even by changing min and maxin the buffers). We tried different sizes of hex to input, and it appears that our maximum is 16ko...
Are we doing it right??
PS: we tried some other hex (LUFA mocco), and the arduino is constantly sending midi to the music program we use (FYI Ableton).
The text was updated successfully, but these errors were encountered: