| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716 |
- /**
- * \file
- *
- * Copyright (c) 2015-2019 Microchip Technology Inc. and its subsidiaries.
- *
- * \asf_license_start
- *
- * \page License
- *
- * Subject to your compliance with these terms, you may use Microchip
- * software and any derivatives exclusively with Microchip products.
- * It is your responsibility to comply with third party license terms applicable
- * to your use of third party software (including open source software) that
- * may accompany Microchip software.
- *
- * THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES,
- * WHETHER EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE,
- * INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY,
- * AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL MICROCHIP BE
- * LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE, INCIDENTAL OR CONSEQUENTIAL
- * LOSS, DAMAGE, COST OR EXPENSE OF ANY KIND WHATSOEVER RELATED TO THE
- * SOFTWARE, HOWEVER CAUSED, EVEN IF MICROCHIP HAS BEEN ADVISED OF THE
- * POSSIBILITY OR THE DAMAGES ARE FORESEEABLE. TO THE FULLEST EXTENT
- * ALLOWED BY LAW, MICROCHIP'S TOTAL LIABILITY ON ALL CLAIMS IN ANY WAY
- * RELATED TO THIS SOFTWARE WILL NOT EXCEED THE AMOUNT OF FEES, IF ANY,
- * THAT YOU HAVE PAID DIRECTLY TO MICROCHIP FOR THIS SOFTWARE.
- *
- * \asf_license_stop
- *
- */
- /*
- * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
- */
- #ifndef _SAME70Q20_
- #define _SAME70Q20_
- /** \addtogroup SAME70Q20_definitions SAME70Q20 definitions
- This file defines all structures and symbols for SAME70Q20:
- - registers and bitfields
- - peripheral base address
- - peripheral ID
- - PIO definitions
- */
- /*@{*/
- #ifdef __cplusplus
- extern "C" {
- #endif
- #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
- #include <stdint.h>
- #endif
- /* ************************************************************************** */
- /* CMSIS DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- /** \addtogroup SAME70Q20_cmsis CMSIS Definitions */
- /*@{*/
- /**< Interrupt Number Definition */
- typedef enum IRQn
- {
- /****** Cortex-M7 Processor Exceptions Numbers ******************************/
- NonMaskableInt_IRQn = -14, /**< 2 Non Maskable Interrupt */
- HardFault_IRQn = -13, /**< 3 HardFault Interrupt */
- MemoryManagement_IRQn = -12, /**< 4 Cortex-M7 Memory Management Interrupt */
- BusFault_IRQn = -11, /**< 5 Cortex-M7 Bus Fault Interrupt */
- UsageFault_IRQn = -10, /**< 6 Cortex-M7 Usage Fault Interrupt */
- SVCall_IRQn = -5, /**< 11 Cortex-M7 SV Call Interrupt */
- DebugMonitor_IRQn = -4, /**< 12 Cortex-M7 Debug Monitor Interrupt */
- PendSV_IRQn = -2, /**< 14 Cortex-M7 Pend SV Interrupt */
- SysTick_IRQn = -1, /**< 15 Cortex-M7 System Tick Interrupt */
- /****** SAME70Q20 specific Interrupt Numbers *********************************/
-
- SUPC_IRQn = 0, /**< 0 SAME70Q20 Supply Controller (SUPC) */
- RSTC_IRQn = 1, /**< 1 SAME70Q20 Reset Controller (RSTC) */
- RTC_IRQn = 2, /**< 2 SAME70Q20 Real Time Clock (RTC) */
- RTT_IRQn = 3, /**< 3 SAME70Q20 Real Time Timer (RTT) */
- WDT_IRQn = 4, /**< 4 SAME70Q20 Watchdog Timer (WDT) */
- PMC_IRQn = 5, /**< 5 SAME70Q20 Power Management Controller (PMC) */
- EFC_IRQn = 6, /**< 6 SAME70Q20 Enhanced Embedded Flash Controller (EFC) */
- UART0_IRQn = 7, /**< 7 SAME70Q20 UART 0 (UART0) */
- UART1_IRQn = 8, /**< 8 SAME70Q20 UART 1 (UART1) */
- PIOA_IRQn = 10, /**< 10 SAME70Q20 Parallel I/O Controller A (PIOA) */
- PIOB_IRQn = 11, /**< 11 SAME70Q20 Parallel I/O Controller B (PIOB) */
- PIOC_IRQn = 12, /**< 12 SAME70Q20 Parallel I/O Controller C (PIOC) */
- USART0_IRQn = 13, /**< 13 SAME70Q20 USART 0 (USART0) */
- USART1_IRQn = 14, /**< 14 SAME70Q20 USART 1 (USART1) */
- USART2_IRQn = 15, /**< 15 SAME70Q20 USART 2 (USART2) */
- PIOD_IRQn = 16, /**< 16 SAME70Q20 Parallel I/O Controller D (PIOD) */
- PIOE_IRQn = 17, /**< 17 SAME70Q20 Parallel I/O Controller E (PIOE) */
- HSMCI_IRQn = 18, /**< 18 SAME70Q20 Multimedia Card Interface (HSMCI) */
- TWIHS0_IRQn = 19, /**< 19 SAME70Q20 Two Wire Interface 0 HS (TWIHS0) */
- TWIHS1_IRQn = 20, /**< 20 SAME70Q20 Two Wire Interface 1 HS (TWIHS1) */
- SPI0_IRQn = 21, /**< 21 SAME70Q20 Serial Peripheral Interface 0 (SPI0) */
- SSC_IRQn = 22, /**< 22 SAME70Q20 Synchronous Serial Controller (SSC) */
- TC0_IRQn = 23, /**< 23 SAME70Q20 Timer/Counter 0 (TC0) */
- TC1_IRQn = 24, /**< 24 SAME70Q20 Timer/Counter 1 (TC1) */
- TC2_IRQn = 25, /**< 25 SAME70Q20 Timer/Counter 2 (TC2) */
- TC3_IRQn = 26, /**< 26 SAME70Q20 Timer/Counter 3 (TC3) */
- TC4_IRQn = 27, /**< 27 SAME70Q20 Timer/Counter 4 (TC4) */
- TC5_IRQn = 28, /**< 28 SAME70Q20 Timer/Counter 5 (TC5) */
- AFEC0_IRQn = 29, /**< 29 SAME70Q20 Analog Front End 0 (AFEC0) */
- DACC_IRQn = 30, /**< 30 SAME70Q20 Digital To Analog Converter (DACC) */
- PWM0_IRQn = 31, /**< 31 SAME70Q20 Pulse Width Modulation 0 (PWM0) */
- ICM_IRQn = 32, /**< 32 SAME70Q20 Integrity Check Monitor (ICM) */
- ACC_IRQn = 33, /**< 33 SAME70Q20 Analog Comparator (ACC) */
- USBHS_IRQn = 34, /**< 34 SAME70Q20 USB Host / Device Controller (USBHS) */
- MCAN0_INT0_IRQn = 35, /**< 35 SAME70Q20 Controller Area Network (MCAN0) */
- MCAN0_INT1_IRQn = 36, /**< 36 SAME70Q20 Controller Area Network (MCAN0) */
- MCAN1_INT0_IRQn = 37, /**< 37 SAME70Q20 Controller Area Network (MCAN1) */
- MCAN1_INT1_IRQn = 38, /**< 38 SAME70Q20 Controller Area Network (MCAN1) */
- GMAC_IRQn = 39, /**< 39 SAME70Q20 Ethernet MAC (GMAC) */
- AFEC1_IRQn = 40, /**< 40 SAME70Q20 Analog Front End 1 (AFEC1) */
- TWIHS2_IRQn = 41, /**< 41 SAME70Q20 Two Wire Interface 2 HS (TWIHS2) */
- SPI1_IRQn = 42, /**< 42 SAME70Q20 Serial Peripheral Interface 1 (SPI1) */
- QSPI_IRQn = 43, /**< 43 SAME70Q20 Quad I/O Serial Peripheral Interface (QSPI) */
- UART2_IRQn = 44, /**< 44 SAME70Q20 UART 2 (UART2) */
- UART3_IRQn = 45, /**< 45 SAME70Q20 UART 3 (UART3) */
- UART4_IRQn = 46, /**< 46 SAME70Q20 UART 4 (UART4) */
- TC6_IRQn = 47, /**< 47 SAME70Q20 Timer/Counter 6 (TC6) */
- TC7_IRQn = 48, /**< 48 SAME70Q20 Timer/Counter 7 (TC7) */
- TC8_IRQn = 49, /**< 49 SAME70Q20 Timer/Counter 8 (TC8) */
- TC9_IRQn = 50, /**< 50 SAME70Q20 Timer/Counter 9 (TC9) */
- TC10_IRQn = 51, /**< 51 SAME70Q20 Timer/Counter 10 (TC10) */
- TC11_IRQn = 52, /**< 52 SAME70Q20 Timer/Counter 11 (TC11) */
- AES_IRQn = 56, /**< 56 SAME70Q20 AES (AES) */
- TRNG_IRQn = 57, /**< 57 SAME70Q20 True Random Generator (TRNG) */
- XDMAC_IRQn = 58, /**< 58 SAME70Q20 DMA (XDMAC) */
- ISI_IRQn = 59, /**< 59 SAME70Q20 Camera Interface (ISI) */
- PWM1_IRQn = 60, /**< 60 SAME70Q20 Pulse Width Modulation 1 (PWM1) */
- FPU_IRQn = 61, /**< 61 SAME70Q20 Floating Point Unit Registers (FPU) */
- SDRAMC_IRQn = 62, /**< 62 SAME70Q20 SDRAM Controller (SDRAMC) */
- RSWDT_IRQn = 63, /**< 63 SAME70Q20 Reinforced Safety Watchdog Timer (RSWDT) */
- CCW_IRQn = 64, /**< 64 SAME70Q20 System Control Registers (SystemControl) */
- CCF_IRQn = 65, /**< 65 SAME70Q20 System Control Registers (SystemControl) */
- GMAC_Q1_IRQn = 66, /**< 66 SAME70Q20 Gigabit Ethernet MAC (GMAC) */
- GMAC_Q2_IRQn = 67, /**< 67 SAME70Q20 Gigabit Ethernet MAC (GMAC) */
- IXC_IRQn = 68, /**< 68 SAME70Q20 Floating Point Unit Registers (FPU) */
- PERIPH_COUNT_IRQn = 74 /**< Number of peripheral IDs */
- } IRQn_Type;
- typedef struct _DeviceVectors
- {
- /* Stack pointer */
- void* pvStack;
-
- /* Cortex-M handlers */
- void* pfnReset_Handler;
- void* pfnNMI_Handler;
- void* pfnHardFault_Handler;
- void* pfnMemManage_Handler;
- void* pfnBusFault_Handler;
- void* pfnUsageFault_Handler;
- void* pfnReserved1_Handler;
- void* pfnReserved2_Handler;
- void* pfnReserved3_Handler;
- void* pfnReserved4_Handler;
- void* pfnSVC_Handler;
- void* pfnDebugMon_Handler;
- void* pfnReserved5_Handler;
- void* pfnPendSV_Handler;
- void* pfnSysTick_Handler;
- /* Peripheral handlers */
- void* pfnSUPC_Handler; /* 0 Supply Controller */
- void* pfnRSTC_Handler; /* 1 Reset Controller */
- void* pfnRTC_Handler; /* 2 Real Time Clock */
- void* pfnRTT_Handler; /* 3 Real Time Timer */
- void* pfnWDT_Handler; /* 4 Watchdog Timer */
- void* pfnPMC_Handler; /* 5 Power Management Controller */
- void* pfnEFC_Handler; /* 6 Enhanced Embedded Flash Controller */
- void* pfnUART0_Handler; /* 7 UART 0 */
- void* pfnUART1_Handler; /* 8 UART 1 */
- void* pvReserved9;
- void* pfnPIOA_Handler; /* 10 Parallel I/O Controller A */
- void* pfnPIOB_Handler; /* 11 Parallel I/O Controller B */
- void* pfnPIOC_Handler; /* 12 Parallel I/O Controller C */
- void* pfnUSART0_Handler; /* 13 USART 0 */
- void* pfnUSART1_Handler; /* 14 USART 1 */
- void* pfnUSART2_Handler; /* 15 USART 2 */
- void* pfnPIOD_Handler; /* 16 Parallel I/O Controller D */
- void* pfnPIOE_Handler; /* 17 Parallel I/O Controller E */
- void* pfnHSMCI_Handler; /* 18 Multimedia Card Interface */
- void* pfnTWIHS0_Handler; /* 19 Two Wire Interface 0 HS */
- void* pfnTWIHS1_Handler; /* 20 Two Wire Interface 1 HS */
- void* pfnSPI0_Handler; /* 21 Serial Peripheral Interface 0 */
- void* pfnSSC_Handler; /* 22 Synchronous Serial Controller */
- void* pfnTC0_Handler; /* 23 Timer/Counter 0 */
- void* pfnTC1_Handler; /* 24 Timer/Counter 1 */
- void* pfnTC2_Handler; /* 25 Timer/Counter 2 */
- void* pfnTC3_Handler; /* 26 Timer/Counter 3 */
- void* pfnTC4_Handler; /* 27 Timer/Counter 4 */
- void* pfnTC5_Handler; /* 28 Timer/Counter 5 */
- void* pfnAFEC0_Handler; /* 29 Analog Front End 0 */
- void* pfnDACC_Handler; /* 30 Digital To Analog Converter */
- void* pfnPWM0_Handler; /* 31 Pulse Width Modulation 0 */
- void* pfnICM_Handler; /* 32 Integrity Check Monitor */
- void* pfnACC_Handler; /* 33 Analog Comparator */
- void* pfnUSBHS_Handler; /* 34 USB Host / Device Controller */
- void* pfnMCAN0_INT0_Handler; /* 35 Controller Area Network (MCAN0) */
- void* pfnMCAN0_INT1_Handler; /* 36 Controller Area Network (MCAN0) */
- void* pfnMCAN1_INT0_Handler; /* 37 Controller Area Network (MCAN1) */
- void* pfnMCAN1_INT1_Handler; /* 38 Controller Area Network (MCAN1) */
- void* pfnGMAC_Handler; /* 39 Ethernet MAC */
- void* pfnAFEC1_Handler; /* 40 Analog Front End 1 */
- void* pfnTWIHS2_Handler; /* 41 Two Wire Interface 2 HS */
- void* pfnSPI1_Handler; /* 42 Serial Peripheral Interface 1 */
- void* pfnQSPI_Handler; /* 43 Quad I/O Serial Peripheral Interface */
- void* pfnUART2_Handler; /* 44 UART 2 */
- void* pfnUART3_Handler; /* 45 UART 3 */
- void* pfnUART4_Handler; /* 46 UART 4 */
- void* pfnTC6_Handler; /* 47 Timer/Counter 6 */
- void* pfnTC7_Handler; /* 48 Timer/Counter 7 */
- void* pfnTC8_Handler; /* 49 Timer/Counter 8 */
- void* pfnTC9_Handler; /* 50 Timer/Counter 9 */
- void* pfnTC10_Handler; /* 51 Timer/Counter 10 */
- void* pfnTC11_Handler; /* 52 Timer/Counter 11 */
- void* pvReserved53;
- void* pvReserved54;
- void* pvReserved55;
- void* pfnAES_Handler; /* 56 AES */
- void* pfnTRNG_Handler; /* 57 True Random Generator */
- void* pfnXDMAC_Handler; /* 58 DMA */
- void* pfnISI_Handler; /* 59 Camera Interface */
- void* pfnPWM1_Handler; /* 60 Pulse Width Modulation 1 */
- void* pfnFPU_Handler; /* 61 Floating Point Unit Registers (FPU) */
- void* pfnSDRAMC_Handler; /* 62 SDRAM Controller (SDRAMC) */
- void* pfnRSWDT_Handler; /* 63 Reinforced Safety Watchdog Timer (RSWDT) */
- void* pfnCCW_Handler; /* 64 System Control Registers (SystemControl) */
- void* pfnCCF_Handler; /* 65 System Control Registers (SystemControl) */
- void* pfnGMAC_Q1_Handler;/* 66 Gigabit Ethernet MAC (GMAC) */
- void* pfnGMAC_Q2_Handler;/* 67 Gigabit Ethernet MAC (GMAC) */
- void* pfnIXC_Handler; /* 68 Floating Point Unit Registers (FPU) */
- void* pvReserved69;
- void* pvReserved70;
- void* pvReserved71;
- void* pvReserved72;
- void* pvReserved73;
- } DeviceVectors;
- /* Cortex-M7 core handlers */
- void Reset_Handler ( void );
- void NMI_Handler ( void );
- void HardFault_Handler ( void );
- void MemManage_Handler ( void );
- void BusFault_Handler ( void );
- void UsageFault_Handler ( void );
- void SVC_Handler ( void );
- void DebugMon_Handler ( void );
- void PendSV_Handler ( void );
- void SysTick_Handler ( void );
- /* Peripherals handlers */
- void ACC_Handler ( void );
- void AES_Handler ( void );
- void AFEC0_Handler ( void );
- void AFEC1_Handler ( void );
- void CCF_Handler ( void );
- void CCW_Handler ( void );
- void DACC_Handler ( void );
- void EFC_Handler ( void );
- void FPU_Handler ( void );
- void GMAC_Handler ( void );
- void HSMCI_Handler ( void );
- void ICM_Handler ( void );
- void ISI_Handler ( void );
- void IXC_Handler ( void );
- void MCAN0_INT0_Handler ( void );
- void MCAN0_INT1_Handler ( void );
- void MCAN1_INT0_Handler ( void );
- void MCAN1_INT1_Handler ( void );
- void PIOA_Handler ( void );
- void PIOB_Handler ( void );
- void PIOC_Handler ( void );
- void PIOD_Handler ( void );
- void PIOE_Handler ( void );
- void PMC_Handler ( void );
- void PWM0_Handler ( void );
- void PWM1_Handler ( void );
- void GMAC_Q1_Handler ( void );
- void GMAC_Q2_Handler ( void );
- void QSPI_Handler ( void );
- void RSTC_Handler ( void );
- void RSWDT_Handler ( void );
- void RTC_Handler ( void );
- void RTT_Handler ( void );
- void SDRAMC_Handler ( void );
- void SPI0_Handler ( void );
- void SPI1_Handler ( void );
- void SSC_Handler ( void );
- void SUPC_Handler ( void );
- void TC0_Handler ( void );
- void TC1_Handler ( void );
- void TC2_Handler ( void );
- void TC3_Handler ( void );
- void TC4_Handler ( void );
- void TC5_Handler ( void );
- void TC6_Handler ( void );
- void TC7_Handler ( void );
- void TC8_Handler ( void );
- void TC9_Handler ( void );
- void TC10_Handler ( void );
- void TC11_Handler ( void );
- void TRNG_Handler ( void );
- void TWIHS0_Handler ( void );
- void TWIHS1_Handler ( void );
- void TWIHS2_Handler ( void );
- void UART0_Handler ( void );
- void UART1_Handler ( void );
- void UART2_Handler ( void );
- void UART3_Handler ( void );
- void UART4_Handler ( void );
- void USART0_Handler ( void );
- void USART1_Handler ( void );
- void USART2_Handler ( void );
- void USBHS_Handler ( void );
- void WDT_Handler ( void );
- void XDMAC_Handler ( void );
- /**
- * \brief Configuration of the Cortex-M7 Processor and Core Peripherals
- */
- #define __CM7_REV 0x0000 /**< SAME70Q20 core revision number ([15:8] revision number, [7:0] patch number) */
- #define __MPU_PRESENT 1 /**< SAME70Q20 does provide a MPU */
- #define __NVIC_PRIO_BITS 3 /**< SAME70Q20 uses 3 Bits for the Priority Levels */
- #define __FPU_PRESENT 1 /**< SAME70Q20 does provide a FPU */
- #define __FPU_DP 1 /**< SAME70Q20 Double precision FPU */
- #define __ICACHE_PRESENT 1 /**< SAME70Q20 does provide an Instruction Cache */
- #define __DCACHE_PRESENT 1 /**< SAME70Q20 does provide a Data Cache */
- #define __DTCM_PRESENT 1 /**< SAME70Q20 does provide a Data TCM */
- #define __ITCM_PRESENT 1 /**< SAME70Q20 does provide an Instruction TCM */
- #define __Vendor_SysTickConfig 0 /**< Set to 1 if different SysTick Config is used */
- #define __SAM_M7_REVB 0 /**< SAME70Q20 Revision A */
- /*
- * \brief CMSIS includes
- */
- #include <core_cm7.h>
- #if !defined DONT_USE_CMSIS_INIT
- #include "system_same70.h"
- #endif /* DONT_USE_CMSIS_INIT */
- /*@}*/
- /* ************************************************************************** */
- /** SOFTWARE PERIPHERAL API DEFINITION FOR SAME70Q20 */
- /* ************************************************************************** */
- /** \addtogroup SAME70Q20_api Peripheral Software API */
- /*@{*/
- #include "component/acc.h"
- #include "component/aes.h"
- #include "component/afec.h"
- #include "component/chipid.h"
- #include "component/dacc.h"
- #include "component/efc.h"
- #include "component/gmac.h"
- #include "component/gpbr.h"
- #include "component/hsmci.h"
- #include "component/icm.h"
- #include "component/isi.h"
- #include "component/matrix.h"
- #include "component/mcan.h"
- #include "component/pio.h"
- #include "component/pmc.h"
- #include "component/pwm.h"
- #include "component/qspi.h"
- #include "component/rstc.h"
- #include "component/rswdt.h"
- #include "component/rtc.h"
- #include "component/rtt.h"
- #include "component/sdramc.h"
- #include "component/smc.h"
- #include "component/spi.h"
- #include "component/ssc.h"
- #include "component/supc.h"
- #include "component/tc.h"
- #include "component/trng.h"
- #include "component/twihs.h"
- #include "component/uart.h"
- #include "component/usart.h"
- #include "component/usbhs.h"
- #include "component/utmi.h"
- #include "component/wdt.h"
- #include "component/xdmac.h"
- /*@}*/
- /* ************************************************************************** */
- /* REGISTER ACCESS DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- /** \addtogroup SAME70Q20_reg Registers Access Definitions */
- /*@{*/
- #include "instance/hsmci.h"
- #include "instance/ssc.h"
- #include "instance/spi0.h"
- #include "instance/tc0.h"
- #include "instance/tc1.h"
- #include "instance/tc2.h"
- #include "instance/twihs0.h"
- #include "instance/twihs1.h"
- #include "instance/pwm0.h"
- #include "instance/usart0.h"
- #include "instance/usart1.h"
- #include "instance/usart2.h"
- #include "instance/mcan0.h"
- #include "instance/mcan1.h"
- #include "instance/usbhs.h"
- #include "instance/afec0.h"
- #include "instance/dacc.h"
- #include "instance/acc.h"
- #include "instance/icm.h"
- #include "instance/isi.h"
- #include "instance/gmac.h"
- #include "instance/tc3.h"
- #include "instance/spi1.h"
- #include "instance/pwm1.h"
- #include "instance/twihs2.h"
- #include "instance/afec1.h"
- #include "instance/aes.h"
- #include "instance/trng.h"
- #include "instance/xdmac.h"
- #include "instance/qspi.h"
- #include "instance/smc.h"
- #include "instance/sdramc.h"
- #include "instance/matrix.h"
- #include "instance/utmi.h"
- #include "instance/pmc.h"
- #include "instance/uart0.h"
- #include "instance/chipid.h"
- #include "instance/uart1.h"
- #include "instance/efc.h"
- #include "instance/pioa.h"
- #include "instance/piob.h"
- #include "instance/pioc.h"
- #include "instance/piod.h"
- #include "instance/pioe.h"
- #include "instance/rstc.h"
- #include "instance/supc.h"
- #include "instance/rtt.h"
- #include "instance/wdt.h"
- #include "instance/rtc.h"
- #include "instance/gpbr.h"
- #include "instance/rswdt.h"
- #include "instance/uart2.h"
- #include "instance/uart3.h"
- #include "instance/uart4.h"
- /*@}*/
- /* ************************************************************************** */
- /* PERIPHERAL ID DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- /** \addtogroup SAME70Q20_id Peripheral Ids Definitions */
- /*@{*/
- #define ID_SUPC ( 0) /**< \brief Supply Controller (SUPC) */
- #define ID_RSTC ( 1) /**< \brief Reset Controller (RSTC) */
- #define ID_RTC ( 2) /**< \brief Real Time Clock (RTC) */
- #define ID_RTT ( 3) /**< \brief Real Time Timer (RTT) */
- #define ID_WDT ( 4) /**< \brief Watchdog Timer (WDT) */
- #define ID_PMC ( 5) /**< \brief Power Management Controller (PMC) */
- #define ID_EFC ( 6) /**< \brief Enhanced Embedded Flash Controller (EFC) */
- #define ID_UART0 ( 7) /**< \brief UART 0 (UART0) */
- #define ID_UART1 ( 8) /**< \brief UART 1 (UART1) */
- #define ID_SMC ( 9) /**< \brief Static Memory Controller (SMC) */
- #define ID_PIOA (10) /**< \brief Parallel I/O Controller A (PIOA) */
- #define ID_PIOB (11) /**< \brief Parallel I/O Controller B (PIOB) */
- #define ID_PIOC (12) /**< \brief Parallel I/O Controller C (PIOC) */
- #define ID_USART0 (13) /**< \brief USART 0 (USART0) */
- #define ID_USART1 (14) /**< \brief USART 1 (USART1) */
- #define ID_USART2 (15) /**< \brief USART 2 (USART2) */
- #define ID_PIOD (16) /**< \brief Parallel I/O Controller D (PIOD) */
- #define ID_PIOE (17) /**< \brief Parallel I/O Controller E (PIOE) */
- #define ID_HSMCI (18) /**< \brief Multimedia Card Interface (HSMCI) */
- #define ID_TWIHS0 (19) /**< \brief Two Wire Interface 0 HS (TWIHS0) */
- #define ID_TWIHS1 (20) /**< \brief Two Wire Interface 1 HS (TWIHS1) */
- #define ID_SPI0 (21) /**< \brief Serial Peripheral Interface 0 (SPI0) */
- #define ID_SSC (22) /**< \brief Synchronous Serial Controller (SSC) */
- #define ID_TC0 (23) /**< \brief Timer/Counter 0 (TC0) */
- #define ID_TC1 (24) /**< \brief Timer/Counter 1 (TC1) */
- #define ID_TC2 (25) /**< \brief Timer/Counter 2 (TC2) */
- #define ID_TC3 (26) /**< \brief Timer/Counter 3 (TC3) */
- #define ID_TC4 (27) /**< \brief Timer/Counter 4 (TC4) */
- #define ID_TC5 (28) /**< \brief Timer/Counter 5 (TC5) */
- #define ID_AFEC0 (29) /**< \brief Analog Front End 0 (AFEC0) */
- #define ID_DACC (30) /**< \brief Digital To Analog Converter (DACC) */
- #define ID_PWM0 (31) /**< \brief Pulse Width Modulation 0 (PWM0) */
- #define ID_ICM (32) /**< \brief Integrity Check Monitor (ICM) */
- #define ID_ACC (33) /**< \brief Analog Comparator (ACC) */
- #define ID_USBHS (34) /**< \brief USB Host / Device Controller (USBHS) */
- #define ID_MCAN0 (35) /**< \brief MCAN Controller 0 (MCAN0) */
- #define ID_MCAN1 (37) /**< \brief MCAN Controller 1 (MCAN1) */
- #define ID_GMAC (39) /**< \brief Ethernet MAC (GMAC) */
- #define ID_AFEC1 (40) /**< \brief Analog Front End 1 (AFEC1) */
- #define ID_TWIHS2 (41) /**< \brief Two Wire Interface 2 HS (TWIHS2) */
- #define ID_SPI1 (42) /**< \brief Serial Peripheral Interface 1 (SPI1) */
- #define ID_QSPI (43) /**< \brief Quad I/O Serial Peripheral Interface (QSPI) */
- #define ID_UART2 (44) /**< \brief UART 2 (UART2) */
- #define ID_UART3 (45) /**< \brief UART 3 (UART3) */
- #define ID_UART4 (46) /**< \brief UART 4 (UART4) */
- #define ID_TC6 (47) /**< \brief Timer/Counter 6 (TC6) */
- #define ID_TC7 (48) /**< \brief Timer/Counter 7 (TC7) */
- #define ID_TC8 (49) /**< \brief Timer/Counter 8 (TC8) */
- #define ID_TC9 (50) /**< \brief Timer/Counter 9 (TC9) */
- #define ID_TC10 (51) /**< \brief Timer/Counter 10 (TC10) */
- #define ID_TC11 (52) /**< \brief Timer/Counter 11 (TC11) */
- #define ID_AES (56) /**< \brief AES (AES) */
- #define ID_TRNG (57) /**< \brief True Random Generator (TRNG) */
- #define ID_XDMAC (58) /**< \brief DMA (XDMAC) */
- #define ID_ISI (59) /**< \brief Camera Interface (ISI) */
- #define ID_PWM1 (60) /**< \brief Pulse Width Modulation 1 (PWM1) */
- #define ID_SDRAMC (62) /**< \brief SDRAM Controller (SDRAMC) */
- #define ID_RSWDT (63) /**< \brief Reinforced Secure Watchdog Timer (RSWDT) */
- #define ID_IXC (68) /**< \brief Floating Point Unit - IXC (ARM) */
- #define ID_PERIPH_COUNT (74) /**< \brief Number of peripheral IDs */
- /*@}*/
- /* ************************************************************************** */
- /* BASE ADDRESS DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- /** \addtogroup SAME70Q20_base Peripheral Base Address Definitions */
- /*@{*/
- #if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
- #define HSMCI (0x40000000U) /**< \brief (HSMCI ) Base Address */
- #define SSC (0x40004000U) /**< \brief (SSC ) Base Address */
- #define SPI0 (0x40008000U) /**< \brief (SPI0 ) Base Address */
- #define TC0 (0x4000C000U) /**< \brief (TC0 ) Base Address */
- #define TC1 (0x40010000U) /**< \brief (TC1 ) Base Address */
- #define TC2 (0x40014000U) /**< \brief (TC2 ) Base Address */
- #define TWIHS0 (0x40018000U) /**< \brief (TWIHS0) Base Address */
- #define TWIHS1 (0x4001C000U) /**< \brief (TWIHS1) Base Address */
- #define PWM0 (0x40020000U) /**< \brief (PWM0 ) Base Address */
- #define USART0 (0x40024000U) /**< \brief (USART0) Base Address */
- #define USART1 (0x40028000U) /**< \brief (USART1) Base Address */
- #define USART2 (0x4002C000U) /**< \brief (USART2) Base Address */
- #define MCAN0 (0x40030000U) /**< \brief (MCAN0 ) Base Address */
- #define MCAN1 (0x40034000U) /**< \brief (MCAN1 ) Base Address */
- #define USBHS (0x40038000U) /**< \brief (USBHS ) Base Address */
- #define AFEC0 (0x4003C000U) /**< \brief (AFEC0 ) Base Address */
- #define DACC (0x40040000U) /**< \brief (DACC ) Base Address */
- #define ACC (0x40044000U) /**< \brief (ACC ) Base Address */
- #define ICM (0x40048000U) /**< \brief (ICM ) Base Address */
- #define ISI (0x4004C000U) /**< \brief (ISI ) Base Address */
- #define GMAC (0x40050000U) /**< \brief (GMAC ) Base Address */
- #define TC3 (0x40054000U) /**< \brief (TC3 ) Base Address */
- #define SPI1 (0x40058000U) /**< \brief (SPI1 ) Base Address */
- #define PWM1 (0x4005C000U) /**< \brief (PWM1 ) Base Address */
- #define TWIHS2 (0x40060000U) /**< \brief (TWIHS2) Base Address */
- #define AFEC1 (0x40064000U) /**< \brief (AFEC1 ) Base Address */
- #define AES (0x4006C000U) /**< \brief (AES ) Base Address */
- #define TRNG (0x40070000U) /**< \brief (TRNG ) Base Address */
- #define XDMAC (0x40078000U) /**< \brief (XDMAC ) Base Address */
- #define QSPI (0x4007C000U) /**< \brief (QSPI ) Base Address */
- #define SMC (0x40080000U) /**< \brief (SMC ) Base Address */
- #define SDRAMC (0x40084000U) /**< \brief (SDRAMC) Base Address */
- #define MATRIX (0x40088000U) /**< \brief (MATRIX) Base Address */
- #define UTMI (0x400E0400U) /**< \brief (UTMI ) Base Address */
- #define PMC (0x400E0600U) /**< \brief (PMC ) Base Address */
- #define UART0 (0x400E0800U) /**< \brief (UART0 ) Base Address */
- #define CHIPID (0x400E0940U) /**< \brief (CHIPID) Base Address */
- #define UART1 (0x400E0A00U) /**< \brief (UART1 ) Base Address */
- #define EFC (0x400E0C00U) /**< \brief (EFC ) Base Address */
- #define PIOA (0x400E0E00U) /**< \brief (PIOA ) Base Address */
- #define PIOB (0x400E1000U) /**< \brief (PIOB ) Base Address */
- #define PIOC (0x400E1200U) /**< \brief (PIOC ) Base Address */
- #define PIOD (0x400E1400U) /**< \brief (PIOD ) Base Address */
- #define PIOE (0x400E1600U) /**< \brief (PIOE ) Base Address */
- #define RSTC (0x400E1800U) /**< \brief (RSTC ) Base Address */
- #define SUPC (0x400E1810U) /**< \brief (SUPC ) Base Address */
- #define RTT (0x400E1830U) /**< \brief (RTT ) Base Address */
- #define WDT (0x400E1850U) /**< \brief (WDT ) Base Address */
- #define RTC (0x400E1860U) /**< \brief (RTC ) Base Address */
- #define GPBR (0x400E1890U) /**< \brief (GPBR ) Base Address */
- #define RSWDT (0x400E1900U) /**< \brief (RSWDT ) Base Address */
- #define UART2 (0x400E1A00U) /**< \brief (UART2 ) Base Address */
- #define UART3 (0x400E1C00U) /**< \brief (UART3 ) Base Address */
- #define UART4 (0x400E1E00U) /**< \brief (UART4 ) Base Address */
- #else
- #define HSMCI ((Hsmci *)0x40000000U) /**< \brief (HSMCI ) Base Address */
- #define SSC ((Ssc *)0x40004000U) /**< \brief (SSC ) Base Address */
- #define SPI0 ((Spi *)0x40008000U) /**< \brief (SPI0 ) Base Address */
- #define TC0 ((Tc *)0x4000C000U) /**< \brief (TC0 ) Base Address */
- #define TC1 ((Tc *)0x40010000U) /**< \brief (TC1 ) Base Address */
- #define TC2 ((Tc *)0x40014000U) /**< \brief (TC2 ) Base Address */
- #define TWIHS0 ((Twihs *)0x40018000U) /**< \brief (TWIHS0) Base Address */
- #define TWIHS1 ((Twihs *)0x4001C000U) /**< \brief (TWIHS1) Base Address */
- #define PWM0 ((Pwm *)0x40020000U) /**< \brief (PWM0 ) Base Address */
- #define USART0 ((Usart *)0x40024000U) /**< \brief (USART0) Base Address */
- #define USART1 ((Usart *)0x40028000U) /**< \brief (USART1) Base Address */
- #define USART2 ((Usart *)0x4002C000U) /**< \brief (USART2) Base Address */
- #define MCAN0 ((Mcan *)0x40030000U) /**< \brief (MCAN0 ) Base Address */
- #define MCAN1 ((Mcan *)0x40034000U) /**< \brief (MCAN1 ) Base Address */
- #define USBHS ((Usbhs *)0x40038000U) /**< \brief (USBHS ) Base Address */
- #define AFEC0 ((Afec *)0x4003C000U) /**< \brief (AFEC0 ) Base Address */
- #define DACC ((Dacc *)0x40040000U) /**< \brief (DACC ) Base Address */
- #define ACC ((Acc *)0x40044000U) /**< \brief (ACC ) Base Address */
- #define ICM ((Icm *)0x40048000U) /**< \brief (ICM ) Base Address */
- #define ISI ((Isi *)0x4004C000U) /**< \brief (ISI ) Base Address */
- #define GMAC ((Gmac *)0x40050000U) /**< \brief (GMAC ) Base Address */
- #define TC3 ((Tc *)0x40054000U) /**< \brief (TC3 ) Base Address */
- #define SPI1 ((Spi *)0x40058000U) /**< \brief (SPI1 ) Base Address */
- #define PWM1 ((Pwm *)0x4005C000U) /**< \brief (PWM1 ) Base Address */
- #define TWIHS2 ((Twihs *)0x40060000U) /**< \brief (TWIHS2) Base Address */
- #define AFEC1 ((Afec *)0x40064000U) /**< \brief (AFEC1 ) Base Address */
- #define AES ((Aes *)0x4006C000U) /**< \brief (AES ) Base Address */
- #define TRNG ((Trng *)0x40070000U) /**< \brief (TRNG ) Base Address */
- #define XDMAC ((Xdmac *)0x40078000U) /**< \brief (XDMAC ) Base Address */
- #define QSPI ((Qspi *)0x4007C000U) /**< \brief (QSPI ) Base Address */
- #define SMC ((Smc *)0x40080000U) /**< \brief (SMC ) Base Address */
- #define SDRAMC ((Sdramc *)0x40084000U) /**< \brief (SDRAMC) Base Address */
- #define MATRIX ((Matrix *)0x40088000U) /**< \brief (MATRIX) Base Address */
- #define UTMI ((Utmi *)0x400E0400U) /**< \brief (UTMI ) Base Address */
- #define PMC ((Pmc *)0x400E0600U) /**< \brief (PMC ) Base Address */
- #define UART0 ((Uart *)0x400E0800U) /**< \brief (UART0 ) Base Address */
- #define CHIPID ((Chipid *)0x400E0940U) /**< \brief (CHIPID) Base Address */
- #define UART1 ((Uart *)0x400E0A00U) /**< \brief (UART1 ) Base Address */
- #define EFC ((Efc *)0x400E0C00U) /**< \brief (EFC ) Base Address */
- #define PIOA ((Pio *)0x400E0E00U) /**< \brief (PIOA ) Base Address */
- #define PIOB ((Pio *)0x400E1000U) /**< \brief (PIOB ) Base Address */
- #define PIOC ((Pio *)0x400E1200U) /**< \brief (PIOC ) Base Address */
- #define PIOD ((Pio *)0x400E1400U) /**< \brief (PIOD ) Base Address */
- #define PIOE ((Pio *)0x400E1600U) /**< \brief (PIOE ) Base Address */
- #define RSTC ((Rstc *)0x400E1800U) /**< \brief (RSTC ) Base Address */
- #define SUPC ((Supc *)0x400E1810U) /**< \brief (SUPC ) Base Address */
- #define RTT ((Rtt *)0x400E1830U) /**< \brief (RTT ) Base Address */
- #define WDT ((Wdt *)0x400E1850U) /**< \brief (WDT ) Base Address */
- #define RTC ((Rtc *)0x400E1860U) /**< \brief (RTC ) Base Address */
- #define GPBR ((Gpbr *)0x400E1890U) /**< \brief (GPBR ) Base Address */
- #define RSWDT ((Rswdt *)0x400E1900U) /**< \brief (RSWDT ) Base Address */
- #define UART2 ((Uart *)0x400E1A00U) /**< \brief (UART2 ) Base Address */
- #define UART3 ((Uart *)0x400E1C00U) /**< \brief (UART3 ) Base Address */
- #define UART4 ((Uart *)0x400E1E00U) /**< \brief (UART4 ) Base Address */
- #endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
- /*@}*/
- /* ************************************************************************** */
- /* PIO DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- /** \addtogroup SAME70Q20_pio Peripheral Pio Definitions */
- /*@{*/
- #include "pio/same70q20.h"
- /*@}*/
- /* ************************************************************************** */
- /* MEMORY MAPPING DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- #define IFLASH_SIZE (0x100000u)
- #define IFLASH_PAGE_SIZE (512u)
- #define IFLASH_LOCK_REGION_SIZE (16384u)
- #define IFLASH_NB_OF_PAGES (2048u)
- #define IFLASH_NB_OF_LOCK_BITS (64u)
- #define IRAM_SIZE (0x60000u)
- #define QSPIMEM_ADDR (0x80000000u) /**< QSPI Memory base address */
- #define AXIMX_ADDR (0xA0000000u) /**< AXI Bus Matrix base address */
- #define ITCM_ADDR (0x00000000u) /**< Instruction Tightly Coupled Memory base address */
- #define IFLASH_ADDR (0x00400000u) /**< Internal Flash base address */
- #define IROM_ADDR (0x00800000u) /**< Internal ROM base address */
- #define DTCM_ADDR (0x20000000u) /**< Data Tightly Coupled Memory base address */
- #define IRAM_ADDR (0x20400000u) /**< Internal RAM base address */
- #define EBI_CS0_ADDR (0x60000000u) /**< EBI Chip Select 0 base address */
- #define EBI_CS1_ADDR (0x61000000u) /**< EBI Chip Select 1 base address */
- #define EBI_CS2_ADDR (0x62000000u) /**< EBI Chip Select 2 base address */
- #define EBI_CS3_ADDR (0x63000000u) /**< EBI Chip Select 3 base address */
- #define SDRAM_CS_ADDR (0x70000000u) /**< SDRAM Chip Select base address */
- /* ************************************************************************** */
- /* MISCELLANEOUS DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- #define CHIP_JTAGID (0x05B3D03FUL)
- #define CHIP_CIDR (0xA1020C01UL)
- #define CHIP_EXID (0x00000002UL)
- /* ************************************************************************** */
- /* ELECTRICAL DEFINITIONS FOR SAME70Q20 */
- /* ************************************************************************** */
- /* %ATMEL_ELECTRICAL% */
- /* Device characteristics */
- #define CHIP_FREQ_SLCK_RC_MIN (20000UL)
- #define CHIP_FREQ_SLCK_RC (32000UL)
- #define CHIP_FREQ_SLCK_RC_MAX (44000UL)
- #define CHIP_FREQ_MAINCK_RC_4MHZ (4000000UL)
- #define CHIP_FREQ_MAINCK_RC_8MHZ (8000000UL)
- #define CHIP_FREQ_MAINCK_RC_12MHZ (12000000UL)
- #define CHIP_FREQ_CPU_MAX (300000000UL)
- #define CHIP_FREQ_XTAL_32K (32768UL)
- #define CHIP_FREQ_XTAL_12M (12000000UL)
- /* Embedded Flash Read Wait State (for Worst-Case Conditions) */
- #define CHIP_FREQ_FWS_0 (23000000UL) /**< \brief Maximum operating frequency when FWS is 0 */
- #define CHIP_FREQ_FWS_1 (46000000UL) /**< \brief Maximum operating frequency when FWS is 1 */
- #define CHIP_FREQ_FWS_2 (69000000UL) /**< \brief Maximum operating frequency when FWS is 2 */
- #define CHIP_FREQ_FWS_3 (92000000UL) /**< \brief Maximum operating frequency when FWS is 3 */
- #define CHIP_FREQ_FWS_4 (115000000UL) /**< \brief Maximum operating frequency when FWS is 4 */
- #define CHIP_FREQ_FWS_5 (138000000UL) /**< \brief Maximum operating frequency when FWS is 5 */
- #define CHIP_FREQ_FWS_6 (150000000UL) /**< \brief Maximum operating frequency when FWS is 6 */
- #ifdef __cplusplus
- }
- #endif
- /*@}*/
- #endif /* _SAME70Q20_ */
|