Other Parts Discussed in Thread: CC2650
Hi,
There are different symbols for different build configurations
* CCxxxx: Device Name (e.g. CC2650).
* FLASH_ONLY_BUILD: Build full BLE stack in flash only memory.
* FLASH_ROM_BUILD: Build Flash portion of BLE stack to work with ROM code.
* ROM_BUILD: Build ROM portion of BLE stack.
* COMMON_ROM_BUILD: Build of common ROM code.
* TEST_ROM_IN_FLASH: Build ROM code in Flash memory to test.
* ICALL_STACK0_ADDR: Start address of flash only and flash ROM builds.
There is very less information about there symbols in the software development guide.
Can you explain about those symbols so as to understand which symbols must be used for which type of build?