This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I was able to get the CC2650 DK-7ID to advertise with the BLE stack 2.2.
I am still using CCS 6.1.2 with ARM compiler 5.2.7.
I am now trying to add a CC2640 custom board directory (4x4 package). I
have a predefined symbol I add to the simple_peripheral project that is
recognized by main.c and builds fine.
ble_user_config.c and ble_user_config.h files don't accept this symbol like
the files from BLE stack 2.1. Any ideas why?
In BLE stack 2.1, I had this in the ble_user_config.h file:
#elif defined (CC2640_Custom)
#define RF_FE_MODE_AND_BIAS ( RF_FE_DIFFERENTIAL | \
RF_FE_INT_BIAS )
The design uses a CC2590 PA. Should the custom board choice inside ble_user_config.c
be made with differential output? This question applies to both BLE stacks 2.1 and 2.2.
There seem many choices inside ble_user_config.c for BLE stack 2.2. Can you advice
where to place the custom board hooks?
Thanks,
Priya
I completed porting the custom project to BLE stack 2.2 today. I am able to observe advertising.
However, when I connect a meter in series to measure current draw, the advertising stops and
the circuit opens, drawing no current. Any idea why this may be happening? I am using default
options for the power driver that includes calibrating the oscillator.
Thanks,
Priya