commit | 571069e986669b13aed60913e9be03c27401b743 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Sun Feb 25 14:13:56 2018 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Feb 27 09:38:43 2018 -0600 |
tree | af562e93a5bfe355f4180692e3f94c01b74306d5 | |
parent | 83fa6c9554c17ad66b3132902b922521e95b7b28 [diff] |
arch: arm: correct fault address logging In ARMv7-M (and ARMv8-M) architecture it is implementation defined whether separate MMFAR and BFAR are implemented. This commit ensures that we always get the true faulting address displayed in case of MemManage- or BusFault. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>