On Wed, Nov 18, 2009 at 9:06 PM, Gerald Lutter <[email protected]>wrote:
> Hi Bernie, > > yes, that is not supported at the Moment, but you are invited to build the > needed header. To make it work with our version of the toolchain you have > to > do the following steps: > > 1. download the newest version of msp430-libc (X-Branch) > 2. apply the needed patches of the script > 3. inside the msp430-libc/include/msp430new directory create a new common > header for usb > 4. inside the msp430-libc/include directory is the template file for the > header, there you have to add the usb component > 5. compile the msp430-libc > > if you don't need assembler support there is a more easy way: > a. do step 3. > b. add the new header to the C-Part of msp430x55x9.h > > Best regards > Gerald > > > hi Gerald. I don't mind having a crack at it. Can you answer some questions first though: 1. I notice some MACROS around each header file entry. Are these for the linker so it knows the address of each peripheral? If so, can you tell me how to use them. 2. After adding the header file and adding the details to msp430x55x9-new...., can I just recompile with the script with mspgcclibc=1? Thanks, Bernie
