On 21 August 2014 02:36, Alistair Francis <alistai...@gmail.com> wrote: > This allows the board to set the reset address, which is required > for some boards (the Netduino Plus 2 for example) > > Signed-off-by: Alistair Francis <alistai...@gmail.com>
This looks a bit odd -- I'm pretty sure the hardware doesn't get only the reset address from an IMPDEF location. Are you sure this board doesn't actually have an IMPDEF reset value for the vector table offset register VTOR? Which CPU core is this, anyway? Googling suggests it's a Cortex-M4, and the M4 TRM suggests that VTOR always resets to 0. thanks -- PMM