leaflabs / libmaple

[INACTIVE] C and C++ library for STM32 ARM Cortex-M3 development boards.
http://leaflabs.com/docs/libmaple.html
Other
304 stars 218 forks source link

Why RAM at C00? #99

Closed Gregwar closed 10 years ago

Gregwar commented 10 years ago

Hello Why RAM is initialized at 20000C00 instead of 20000000? What would happen if I change my bootloader to put the ram to 20000000 and set the board link script to also use this address?

Gregwar commented 10 years ago

And why does the linker cares about that actually?

Gregwar commented 10 years ago

Ok I got it This is used only when flashing in ram mode