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.

CC2541: using RF proprietary mode and BLE stack together

Part Number: CC2541
Other Parts Discussed in Thread: CC2543

Hi,

I am trying to get the CC2541 to be running the RF proprietary mode for TX/RX and BLE stack to do the broadcasting of advertisement.

I had the chip in a while loop "running RF proprietary mode for 1 sec and sleep the next 2 seconds before I run the BLE stack to do broadcasting of the advertisement".

1.  After starting the BLE stack, is there any function that I can call to disable it? I find that after I start the LL task (ie. LL_init), I will have problem with my RF proprietary mode.  In my RF proprietary mode, I have a RF timeout that is controlled by timer 2.  I assume this is something to do with the timer 2 which the BLE stack is using and also the RF proprietary mode is using.

2.  I am using BLE-CC254x-1.4.0 stack.  In my compilation, I notice the T2_isr is called in the library.  If I want to amend something in the T2_isr, is there any method that I can do so?

thanks

ky