commit | a1e3083defcbf9e0c0de21c8acd79d83e5f9a6c3 | [log] [tgz] |
---|---|---|
author | Sudan Landge <sudan.landge@arm.com> | Wed Mar 19 11:37:20 2025 +0000 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 31 11:30:55 2025 +0200 |
tree | b25b3cd6c6c16ce3f1b30f4f77fd0549d1a50e96 | |
parent | 5f91f17e6842c522b25f4e4faa0e8d4d7f6ce87e [diff] |
tests: arm: adjust test for relocated rom Add a memory barrier to make sure write to NVIC is completed before continuing with the test fails in scenarios where CONFIG_ROMSTART_RELOCATION_ROM is enabled for boards like MPS3 Corstone310 and k_sem_take is called before the isr's are called. Signed-off-by: Sudan Landge <sudan.landge@arm.com>