cancel
Showing results for 
Search instead for 
Did you mean: 

Incompatible USB and Standard Libraries

paulbrown9
Associate II
Posted on February 23, 2006 at 08:31

Incompatible USB and Standard Libraries

4 REPLIES 4
paulbrown9
Associate II
Posted on March 01, 2005 at 10:30

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.

sjo
Associate II
Posted on March 01, 2005 at 10:53

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

sjo

hichem2
Associate II
Posted on March 01, 2005 at 11:14

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. 😉

shangdawei1
Associate II
Posted on February 23, 2006 at 08:31

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 ?