![]() |
Contiki-NG
|
Definitions for the cc2538 family of devices. More...
Files | |
| file | arch/cpu/cc2538/dev/cc2538-dev.h |
| Header file for the cc2538 devices definitions. | |
Features of the CC2538 device used by Contiki | |
| #define | CC2538_DEV_FLASH_ADDR 0x00200000 |
| Flash address. | |
| #define | CC2538_DEV_FLASH_SIZE |
| Flash size in bytes. | |
| #define | CC2538_DEV_SRAM_ADDR |
| SRAM (non-retention + low-leakage) address. | |
| #define | CC2538_DEV_SRAM_SIZE |
| SRAM (non-retention + low-leakage) size in bytes. | |
| #define | CC2538_DEV_RLSRAM_ADDR 0x20000000 |
| Regular-leakage SRAM address. | |
| #define | CC2538_DEV_RLSRAM_SIZE (CC2538_DEV_SRAM_SIZE - CC2538_DEV_LLSRAM_SIZE) |
| Regular-leakage SRAM size in bytes. | |
| #define | CC2538_DEV_LLSRAM_ADDR 0x20004000 |
| Low-leakage SRAM address. | |
| #define | CC2538_DEV_LLSRAM_SIZE MIN(CC2538_DEV_SRAM_SIZE, 16384) |
| Low-leakage SRAM size in bytes. | |
| #define | CC2538_DEV_AES_SHA (!!(CC2538_DEV & CC2538_DEV_AES_SHA_M)) |
| Security HW AES/SHA. | |
| #define | CC2538_DEV_ECC_RSA (!!(CC2538_DEV & CC2538_DEV_ECC_RSA_M)) |
| Security HW ECC/RSA. | |
Definitions for the cc2538 family of devices.