merge request: my STM32F042 has 6k of RAM according to table 2 of the datasheet

pull/302/head
texane 2015-03-20 17:52:25 +01:00
rodzic 88099a9ea0
commit dceade1c27
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -385,7 +385,7 @@ extern "C" {
.description = "F04x device",
.flash_size_reg = 0x1ffff7cc, // "Flash size data register" (pg735)
.flash_pagesize = 0x400, // Page sizes listed in Table 4
.sram_size = 0x1000, // "SRAM" byte size in hex from Table 2
.sram_size = 0x1800, // "SRAM" byte size in hex from Table 2
.bootrom_base = 0x1fffec00, // "System memory" starting address from Table 2
.bootrom_size = 0xC00 // "System memory" byte size in hex from Table 2
},