Re: [Fx2lib-devel] Setupdata at 0xe000
Status: Beta
Brought to you by:
mulicheng
From: Chris M. <fx...@m3...> - 2011-09-16 11:14:33
|
Hi Dan, Interesting. But I think we should ask ourselves where the string descriptors really belong. Are the arguments for putting the string descriptors in code mem or xdata mem equally valid? If so then it boils down to the arbitrary positioning of the code/xdata boundary. If not then we should choose one or the other and stick with it. Chris On Fri, 2011-09-16 at 17:57 +0930, Daniel O'Connor wrote: > After bashing my head against the desk for a bit I realised it was because they are declared as __code rather than __xdata. The device descriptor still works because (I think) it uses SUDPTRH/L. > |