Hi Bernie, here is an example: your code: tOutputEndPointDescriptorBlock = 0x2388; our code: USBOEPCNF_1
Best regards, Gerald -----Ursprüngliche Nachricht----- Von: Bernard Mentink [mailto:[email protected]] Gesendet: Montag, 30. November 2009 19:58 An: GCC for MSP430 - http://mspgcc.sf.net Betreff: Re: [Mspgcc-users] msp430x5529 support On Mon, Nov 30, 2009 at 8:44 PM, Gerald Lutter <[email protected]>wrote: > Hi Bernie, > > we have created our headers based on the datasheet from texas > instruments. That means we don't define structs to configure a > component. Instead we only define the addresses according to their > name inside the datasheet. After reading your symbols it looks like > you are using hungarian notation for your > code. You simply have to define the structs you are using to configure the > USB component and define a corresponding variable at the right place and > your code will compile. > > Best regards, > Gerald > > Hi Gerald, Would you mind giving an example .. I am not to sure what you mean. Many Thanks, Bernie
