2006-02-22 11:31 PM
Incompatible USB and Standard Libraries
2005-03-01 01:30 AM
The header files used for the USB examples are different to those used in the standard libraries examples, for example most of the registers in the 71x_map.h files are different. This makes using an additional standard library function in a usb application very difficult. Are these libraries going to be standardised at any time and if so when.
P.2005-03-01 01:53 AM
I have found you only have to make one change to work with the newer str7lib headers.
In usbinit.c chage to SetCNTR(0x0003); instead of USB->CNTR_ = 0x0003; Regards sjo2005-03-01 02:14 AM
Hi ReservoirGerbils,
Yes you are right, the USB library was developed using the old STR71x library version (V1.0). It will be updated soon. With regards, Hich. ;)2006-02-22 11:31 PM
Quote:
On 01-03-2005 at 15:44, Anonymous wrote: Hi ReservoirGerbils, Yes you are right, the USB library was developed using the old STR71x library version (V1.0). It will be updated soon. With regards, Hich. ;) When will it be updated ?