mirror of https://github.com/ARMmbed/mbed-os.git
The STM32F3 cmsis_nvic code is currently checking for a specific flash address when determining if the vector table is in flash or RAM. By changing the test to instead see if the vector table base is NOT set to the RAM address, it simplifies the code, and removes the dependency on the flash vectors being located at a specific address. This becomes important when adding a custom boot loader, which requires that the flash vector table location in the mbed project be at a different address. |
||
|---|---|---|
| .. | ||
| TARGET_ARM_SSG | ||
| TARGET_Atmel | ||
| TARGET_Freescale | ||
| TARGET_Maxim | ||
| TARGET_NORDIC | ||
| TARGET_NUVOTON | ||
| TARGET_NXP | ||
| TARGET_ONSEMI | ||
| TARGET_RENESAS | ||
| TARGET_STM | ||
| TARGET_Silicon_Labs | ||
| TARGET_WIZNET | ||
| TARGET_ublox | ||
| targets.json | ||