mbed-os/libraries
Rob Meades 04d5c19e69 Vector table must be 256 aligned
The vector table must be 256 aligned to work reliably, it must have been working by accident up to now.  This modification tested on a u-blox c027 board.  Without the change the value of `SCB->VTOR` and int_table are as follows:

`SCB->VTOR 0x10000280, int_table 0x100002a0`

...with the change they are as follows:

`SCB->VTOR 0x10000400, int_table 0x10000400`

...and the test passes.

See issue:

https://github.com/mbedmicro/mbed/issues/992
2015-03-23 14:58:30 +00:00
..
USBDevice Update USBDevice.cpp 2015-03-07 18:28:13 +00:00
USBHost Modify to support GCC. (USB) 2015-02-26 16:30:17 +09:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Fix compiler warning (signed vs. unsigned comparison). 2014-06-19 19:18:21 +02:00
fs Added MemFileSystem.h from repo on mbed.org 2014-08-28 09:55:01 +01:00
mbed replace AppTimer on Nordic's nRF5x with a driver for RTC1. 2015-03-20 09:18:13 +00:00
net Merge pull request #944 from xiongyihui/master 2015-03-10 08:20:03 +00:00
rpc Fixed target issues for TARGET_LPC4088_DM 2015-02-08 11:56:39 +01:00
rtos Removed the comment 2015-03-09 18:41:12 +01:00
tests Vector table must be 256 aligned 2015-03-23 14:58:30 +00:00