pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

Linker script does not match STM32F439 memory map #30

Closed saleemrashid closed 6 years ago

saleemrashid commented 6 years ago

The linker script uses a contiguous block of 256 KiB of SRAM at 0x20000000. The memory map of the STM32F439 has 64 KiB of SRAM at 0x10000000 and 192 KiB of SRAM at 0x20000000.