mbed-os/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_14_2
Marcus Chang bb14051588 Fix vector table relocation for NRF52
The vector table relocation sequence depends on:

1. Whether the SoftDevice is present.
2. The Application is a bootloader or not.

If the SoftDevice is present and the application is a bootloader
the MBR must be initialized to trap SoftDevice service calls
before setting the new vector table address.

The SCB->VTOR must be set to point at the MBR as well.

If the SoftDevice is not present the SCB->VTOR can point at the
new vector table directly.
2018-04-27 13:40:50 -07:00
..
TARGET_SOFTDEVICE_COMMON Fix vector table relocation for NRF52 2018-04-27 13:40:50 -07:00
TARGET_SOFTDEVICE_NONE Flash storage for NRF52 2018-04-19 09:40:41 -07:00
TARGET_SOFTDEVICE_S112 NRF52832 and NRF52840 upgraded to Nordic SDK 14 and SoftDevice 5.0 2018-04-19 09:40:41 -07:00
TARGET_SOFTDEVICE_S132 Reorganize targets.json for NRF52 based targets 2018-04-19 09:41:05 -07:00
TARGET_SOFTDEVICE_S140 Upgrade NRF52 BLE API to version 5 2018-04-19 09:40:41 -07:00
boards NRF52832 and NRF52840 upgraded to Nordic SDK 14 and SoftDevice 5.0 2018-04-19 09:40:41 -07:00
device NRF52832 and NRF52840 upgraded to Nordic SDK 14 and SoftDevice 5.0 2018-04-19 09:40:41 -07:00
drivers_nrf Merge pull request #6720 from marcuschangarm/fix-sdk-spi 2018-04-26 20:17:36 -05:00
libraries Flash storage for NRF52 2018-04-19 09:40:41 -07:00