Go to the documentation of this file.
45 #ifndef CC2530_LAST_FLASH_BANK
46 #define CC2530_LAST_FLASH_BANK 7
49 #if CC2530_LAST_FLASH_BANK==7
50 #define CC2530_FLAVOR_STRING "F256"
51 #elif CC2530_LAST_FLASH_BANK==3
52 #define CC2530_FLAVOR_STRING "F128"
53 #elif CC2530_LAST_FLASH_BANK==1
54 #define CC2530_FLAVOR_STRING "F64"
55 #elif CC2530_LAST_FLASH_BANK==0
56 #define CC2530_FLAVOR_STRING "F32"
58 #error "Unknown SoC Type specified. Check the value of HIGH_FLASH_BANK in your"
59 #error "Makefile. Valid values are 0, 1, 3, 7"