On Wed, Dec 2, 2009 at 8:16 PM, Bernard Mentink <[email protected]> wrote:
> > > On Wed, Dec 2, 2009 at 8:11 AM, Gerald Lutter <[email protected]>wrote: > >> Hi Bernie, >> >> here is an example: >> your code: tOutputEndPointDescriptorBlock = 0x2388; >> our code: USBOEPCNF_1 >> >> Best regards, >> Gerald >> >> > > Hi again Gerald, I am still having trouble with this. Rather than replacing all the instances of tOutputEndPointDescriptorBlock with USBOEPCNF_1 in the USB stack, I put tOutputEndPointDescriptorBlock = 0x2388 into msp430xx55x9_newversion.h in the __ASSEMBLER__ section ....(just as a quick hack) but I am still getting errors on any code referencing that symbol by the linker (well I think it's the linker ..) Any advise most welcome. I am not familiar with how mspgcc allows symbol address to be assigned. Cheers, Bernie
