-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.yaml
51 lines (51 loc) · 1.17 KB
/
template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: SAME51-rs
variants:
- name: algorithm-test # ATSAME51N20A-rs
cores:
- name: main
type: armv7em
core_access_options:
!Arm
ap: 0x0
psel: 0x0
memory_map:
- !Ram
range:
start: 0x20000000
end: 0x20040000
is_boot_memory: false
cores:
- main
- !Nvm
range:
start: 0x0
end: 0x100000
is_boot_memory: true
cores:
- main
flash_algorithms:
- algorithm-test # atsamd-flash-algorithm
flash_algorithms:
- name: algorithm-test # atsamd-flash-algorithm
description: Flash algorithm for samd51 and same5x using atsamd-hal
cores:
- main
default: true
instructions: ''
pc_init: 0x0
pc_uninit: 0x0
pc_program_page: 0x0
pc_erase_sector: 0x0
pc_erase_all: 0x0
data_section_offset: 0x0
flash_properties:
address_range:
start: 0x0
end: 0x100000
page_size: 0x200
erased_byte_value: 0xff
program_page_timeout: 1000
erase_sector_timeout: 2000
sectors:
- size: 0x2000
address: 0x0