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

Reply via email to