I don't believe so. One fairly simple solution would be to augment msp430mcu to detect chips with USB RAM and to provide two MCU descriptions for them. Viz., msp430f5510 which would reserve USB memory and msp430f5510nousb which would combine it with RAM (assuming the two are contiguous). The only difference would be in linker flags and the memory map.
If that would help, please file a ticket on the mspgcc tracker at http://sourceforge.net/tracker/?group_id=42303&atid=432701 Peter On Sat, Oct 8, 2011 at 6:20 AM, Mathias K. <kes...@freenet.de> wrote: > Hello, > > is there any way to use the usb ram as normal ram without a custom > linker map file? > > The memory.x defines ram as: > > ram (wx) : ORIGIN = 0x2400, LENGTH = 0x1000 /* END=0x3400, size 4K */ > > But with the USB-Ram this should be: > > ram (wx) : ORIGIN = 0x1C00, LENGTH = 0x1800 /* END=0x3400, size 6K */ > > Is there a way to pass a command to the linker to change this? > > > Regards, > > Mathias > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2dcopy2 > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users