20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
# TI SimpleLink CC3220SF SoC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2016-2017, Texas Instruments Incorporated
|
|
|
|
if SOC_CC3220SF
|
|
|
|
config NUM_IRQS
|
|
# must be >= the highest interrupt number used
|
|
# This includes the NWP interrupt
|
|
default 178
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 80000000
|
|
|
|
config ROM_START_OFFSET
|
|
default 0x800 if XIP
|
|
default 0x0 if !XIP
|
|
|
|
endif # SOC_CC3220SF
|