commit | 71561839856811687f9e9e5e692c83c5efe465f2 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Tue Jun 22 10:53:26 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Jul 28 21:08:18 2021 -0400 |
tree | 73a1d4d9f4e8eaf3e033dd70c4d494fb7f7cb57f | |
parent | d3e1cb2b013c75a00e3c5a23cf6f2dc0de444160 [diff] |
arm: fix the VTOR alignment requirement for Baseline Cortex-M Baseline Cortex-M requires VTOR to be aligned on 64-word boundary. That is because bit-7 of VTOR is also RAZ/WI. The commit updates the vector table section alignment for Baseline Cortex-M to reflect the implementation constraint. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>