File: cortex-m23.yaml

package info (click to toggle)
python-project-generator-definitions 0.2.46-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: python: 1,053; makefile: 15; sh: 6
file content (24 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
mcu:
    vendor:
        - arm
    name:
        - cortex-m23
    core:
        - cortex-m23
tool_specific:
    uvision:
        TargetOption:
            Cpu:
            - IRAM(0x20000000,0x00020000) IRAM2(0x20200000,0x00020000) IROM(0x00000000,0x00200000) IROM2(0x00200000,0x00200000) CPUTYPE("Cortex-M23") CLOCK(12000000) ESEL ELITTLE
            Device:
            - ARMCM23
            DeviceId:
            - 0
            FlashDriverDll:
            - UL2V8M(-S0 -C0 -P0 -FD20000000 -FC1000)
            RegisterFile:
            - $$Device:ARMCM23$Device\ARM\ARMCM23\Include\ARMCM23.h
            SFDFile:
            - null
            Vendor:
            - ARM