mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Issue: Error in STM32L152XE.ld (GCC ARM linker script) (Closed: Fixed)

This file was just modified couple of hours ago, because it had a copyright issue. The new file is however wrong, and not for STM32L151xE chip, which has 512K or Flash and more RAM. The linker defines: FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64k RAM (rwx) : ORIGIN = 0x200000C0, LENGTH = 0x2000-0xC0

Please check sizes in this file. Not sure if the RAM is correct though.

http://developer.mbed.org/media/uploads/modtronix/stm32l152re_flash.ld

3 comments:

28 Nov 2014

Please report this on github as an issue, it's easier to track, reference in a pull request ;) THanks

03 Dec 2014

Should be fixed via github. Will be merged soon

03 Dec 2014

Should be fixed via github. Will be merged soon