Цитата(-SANYCH- @ Mar 21 2013, 23:07)

А можно подробнее, какой именно, командой делается ремап?
Смотрите описание регистра SYSCFG_CFGR1.
Цитата
Bits 1:0 MEM_MODE[1:0]: Memory mapping selection bits
These bits are set and cleared by software. They control the memory internal mapping at
address 0x0000 0000. After reset these bits take on the memory mapping selected by BOOT0
pin and nBOOT1 option bit.
x0: Main Flash memory mapped at 0x0000 0000
01: System Flash memory mapped at 0x0000 0000
11: Embedded SRAM mapped at 0x0000 0000
Наверное как-то так (лучше без магических чисел бы, но лень без магии):
Код
SYSCFG_CFGR1 |= 3;