blob: fa1cac11b6390d53dd91e45cbe2abff341e4c5e1 [file]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
// AST10x0 kernel-only SMC FMC CS1 erase/write/read verify test configuration.
{
arch: {
type: "armv7m",
vector_table_start_address: 0x00000000,
vector_table_size_bytes: 1280,
},
kernel: {
flash_start_address: 0x00000500,
flash_size_bytes: 262144,
ram_start_address: 0x00040500,
ram_size_bytes: 391936, // ends at RAM_NC boundary (0x000A0000)
},
}