mbed-os/libraries/mbed
Adam Green a1653f2708 Fix KL05Z GCC_ARM linker script
Issue originally reported on mbed site here:
https://developer.mbed.org/questions/5695/FRDM-KL05z-hardfault-when-compiled-with-/

The RAM base address was incorrectly set to the beginning of RAM
instead of at a 0xC0 byte offset to reserve room for the interrupt
vectors. Without this fix, the global variables and the interrupt
vectors were occupying the same space in RAM once the user enabled the
timer interrupt.

The user who originally reported the issue on the mbed site has tested
this fix and verified that it corrected the hard fault issue that they
were encountering.
2014-12-23 19:03:09 -08:00
..
api Moved IAR serial differences to retarget.cpp 2014-12-09 14:30:34 +01:00
common Revert "Add the timer value wraparound processing to common wait processing" 2014-12-11 18:21:43 +09:00
hal introduce a timestamp_t to track timeouts for TimerEvents. 2014-08-29 17:02:39 +01:00
targets Fix KL05Z GCC_ARM linker script 2014-12-23 19:03:09 -08:00