problem in porting v-usb hid_data example to xmega

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
choleski
Posts: 2
Joined: Tue Mar 01, 2011 4:53 pm

problem in porting v-usb hid_data example to xmega

Post by choleski » Wed Apr 27, 2011 5:44 pm

I tried to port the hid_data example provided with the v-usb to atxmega128a1.
But I got a series of errors.
usbdrv/usbdrv.c: In function ‘usbPoll’:
usbdrv/usbdrv.c:592: error: ‘PIND’ undeclared (first use in this function)
usbdrv/usbdrv.c:592: error: (Each undeclared identifier is reported only once
usbdrv/usbdrv.c:592: error: for each function it appears in.)
usbdrv/usbdrv.c: In function ‘usbInit’:
usbdrv/usbdrv.c:610: error: ‘MCUCR’ undeclared (first use in this function)
usbdrv/usbdrv.c:610: error: ‘ISC00’ undeclared (first use in this function)
usbdrv/usbdrv.c:610: error: ‘ISC01’ undeclared (first use in this function)
usbdrv/usbdrv.c:615: error: ‘GICR’ undeclared (first use in this function)
usbdrv/usbdrv.c:615: error: ‘INT0’ undeclared (first use in this function)
make: *** [usbdrv/usbdrv.o] Error 1

Please help me to solve the issue.

Hithrow
Posts: 1
Joined: Tue Oct 25, 2011 12:59 pm

Re: problem in porting v-usb hid_data example to xmega

Post by Hithrow » Tue Oct 25, 2011 1:07 pm

i bought a long usb lead to plug into the v+ box thinking i could drag over stuff id recorded to the pc(im yrying to put rugby games onto dvd for my own use)and when i plugged it into pc from v+ box nothing happens ie-if you plug something in the pc it finds new hard were etc??

Post Reply