kopia lustrzana https://github.com/stlink-org/stlink
Fix memory config for STM32F4
The previous memory map didn't allow to debug the whole flash memory. A new configuration has been added and should be used while working with the STM32F4Discovery.pull/268/head
rodzic
3e1ce9e75d
commit
b548f66967
|
@ -306,7 +306,7 @@ static const char* const memory_map_template_F4 =
|
||||||
" <memory type=\"flash\" start=\"0x08010000\" length=\"0x10000\">" //Sector 4
|
" <memory type=\"flash\" start=\"0x08010000\" length=\"0x10000\">" //Sector 4
|
||||||
" <property name=\"blocksize\">0x10000</property>" //64kB
|
" <property name=\"blocksize\">0x10000</property>" //64kB
|
||||||
" </memory>"
|
" </memory>"
|
||||||
" <memory type=\"flash\" start=\"0x08020000\" length=\"0x70000\">" //Sectors 5..11
|
" <memory type=\"flash\" start=\"0x08020000\" length=\"0xE0000\">" //Sectors 5..11
|
||||||
" <property name=\"blocksize\">0x20000</property>" //128kB
|
" <property name=\"blocksize\">0x20000</property>" //128kB
|
||||||
" </memory>"
|
" </memory>"
|
||||||
" <memory type=\"ram\" start=\"0x40000000\" length=\"0x1fffffff\"/>" // peripheral regs
|
" <memory type=\"ram\" start=\"0x40000000\" length=\"0x1fffffff\"/>" // peripheral regs
|
||||||
|
|
Ładowanie…
Reference in New Issue