I downloaded the ble stack 1.1a and I rebuilt the provided simpleBLEPeripheral source code without any modifications. I used IAR to do so, but the output file I get is cc2540_ble1.1_keyfob_simpleBLEPeripheral.hex. I am using the smartRF05EB and this output file doesn't run on the board (the device can't be discovered). The cc2540_ble1.1_smartRF_simpleBLEPeripheral.hex file provided with the stack works perfectly, and I was wondering how I could get the source code or modify the current code to get the correct cc2540_ble1.1_smartRF_simpleBLEPeripheral.hex file?
Thanks