Jared Boone
39eb2682f9
Split ram_ahb memory region into two, with a 32K hole where the USB buffers live.
...
Split ram region into two, representing the two local RAM buses.
Remove reference to usbram.ld, since it's no longer necessary.
2012-10-10 14:27:21 -07:00
Jared Boone
f68fdaba7a
Add .usbram section handling to linker scripts and makefile.
2012-10-06 17:33:17 -07:00
Jared Boone
182157a19c
Add ram_ahb memory region to linker scripts.
2012-10-06 17:30:26 -07:00
TitanMKD
43f7626de3
Fix Linker bug copy ROM to RAM & exec from RAM (need more test).
2012-06-13 01:06:44 +02:00
TitanMKD
ba13c79a37
Added ROM to RAM code copy & exec => Warning requires latest version of libopencm3 !!
2012-06-10 11:46:55 +02:00
TitanMKD
0efab1710a
Linker Script & New Startup to Load from SPIFI and Execute from RAM(SRAM).
...
Start execution in SPIFI(ROM) and at startup, code from ROM is copied to RAM and shadow pointer is modified to RAM.
So at end all the code and vector table is executed from RAM.
2012-05-30 07:33:23 +02:00