blob: 91aaebac815488bad1442dd5ee8400cc20f734d0 [file]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
// AST10x0 Kernel I2C Test Configuration
// Uses the same memory layout as the kernel-only tests.
{
arch: {
type: "armv7m",
vector_table_start_address: 0x00000000,
vector_table_size_bytes: 1280, // 0x500 (320 vectors)
},
kernel: {
flash_start_address: 0x00000500, // After vector table
flash_size_bytes: 262144, // 256KB for kernel code (in RAM)
ram_start_address: 0x00040500, // RAM starts after code
ram_size_bytes: 393216, // 384KB for data
},
}