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.

CC2640: CC2640 Bluethooth with cc2650 code

Part Number: CC2640
Other Parts Discussed in Thread: CC2650

Hi All,

I have a custom board with a CC2640F128 chip (it was supposed to be the newest R2 version but due to worldwide shortage..... anyway!)

Then I went to use the SmartRF Studio application and saw it was working correctly (Output status is DONE_OK). I was pretty happy with my board since it has good transmitting power, etc!

Then, I setup a project with the simple_peripheral_cc2650em_app code. If I try to run that code I never reach the SimpleBLEPeripheral_taskFxn function so of course the bluethooth is not working. HOWEVER, If I then go back to the SmartRF Studio, It fails with a Status : IDLE.

If I want the SmartRF Studio to work again, I need to completely Erase my MCU, then try the Studio again and then it works.

So here are the conclusions I have from this:

1) Hardware is working (I can see the broadcasting on my cellphone with good power!)

2) simple_peripheral_cc2650em_app  code sets something wrong that makes the MCU unusable afterwards!

3) I can make a led on my board light up with the simple_peripheral_cc2650em_app  code.

Do you have any idea what is happening?