mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
USBDevice | ||
USBHost | ||
doc | ||
dsp | ||
fs | ||
mbed | ||
net | ||
rpc | ||
rtos | ||
tests |