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.

CCS/CC2650MODA: Can't run BT Stack Project

Part Number: CC2650MODA

Tool/software: Code Composer Studio

Hi. I try to develop one device with CC2650MODA (as chip on my own PCB).

I've downloaded and built successfully project_zero (app and stack) and write it with JLink full JTAG protocol, but it doesn't work. Other projects like GPIO, UART are work, but not BT.

I looked through the memory map in Reference Manual and find that Flash Memory starts from 0x00000000 address and RF Core RAM starts from 0x21000000, but when I open generated .hex file APP starts from 0x20000000 and STACK starts from 0x20E00000. I tried to open and write other projects, but at every project addresses are differ.

So

1. How can i find the right STACK address, or should i set it in APP code?

2. Could you help me to figure out why I can't run BT projects?

I Use Windows 10, CCS 6.2.

Here is application circuit (test pads on PCB are fully isolated)

Thanks you!