12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- #ifndef __HW_MEMMAP_H__
- #define __HW_MEMMAP_H__
- #define ROM_BASE 0x00000000
- #define FLASH_BASE 0x00200000
- #define SRAM_BASE 0x20000000
- #define SRAM_LL_BASE 0x20004000
- #define SSI0_BASE 0x40008000
- #define SSI1_BASE 0x40009000
- #define UART0_BASE 0x4000C000
- #define UART1_BASE 0x4000D000
- #define I2C_M0_BASE 0x40020000
- #define I2C_S0_BASE 0x40020800
- #define GPTIMER0_BASE 0x40030000
- #define GPTIMER1_BASE 0x40031000
- #define GPTIMER2_BASE 0x40032000
- #define GPTIMER3_BASE 0x40033000
- #define RFCORE_RAM_BASE 0x40088000
- #define FRMF_SRCM_RAM_BASE 0x40088400
- #define RFCORE_FFSM_BASE 0x40088500
- #define RFCORE_XREG_BASE 0x40088600
- #define RFCORE_SFR_BASE 0x40088800
- #define USB_BASE 0x40089000
- #define AES_BASE 0x4008B000
- #define SYS_CTRL_BASE 0x400D2000
- #define FLASH_CTRL_BASE 0x400D3000
- #define IOC_BASE 0x400D4000
- #define SMWDTHROSC_BASE 0x400D5000
- #define ANA_REGS_BASE 0x400D6000
- #define SOC_ADC_BASE 0x400D7000
- #define GPIO_A_BASE 0x400D9000
- #define GPIO_B_BASE 0x400DA000
- #define GPIO_C_BASE 0x400DB000
- #define GPIO_D_BASE 0x400DC000
- #define uDMA_BASE 0x400FF000
- #define ST_TESTCTRL_BASE 0x40110000
- #define PKA_BASE 0x44004000
- #define PKA_RAM_BASE 0x44006000
- #define CC_TESTCTRL_BASE 0x44010000
- #endif
|