We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de4733 commit 239d57dCopy full SHA for 239d57d
tests/application_development/vector_table_relocation/src/main.c
@@ -55,7 +55,7 @@ ZTEST(vector_table_relocation, test_vector_table_in_ram)
55
56
printf("VTOR address: 0x%x\n", vtor_address);
57
zassert_true(vtor_address >= CONFIG_SRAM_BASE_ADDRESS &&
58
- vtor_address <= CONFIG_SRAM_BASE_ADDRESS + CONFIG_SRAM_SIZE,
+ vtor_address <= CONFIG_SRAM_BASE_ADDRESS + CONFIG_SRAM_SIZE * 1024U,
59
"Vector table is not in RAM! Address: 0x%x", vtor_address);
60
}
61
0 commit comments