HI,
I need Linux device driver for cc2564/cc256x . Where can I download the source code for it.
Thanks
Shan
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,
There are no Linux device drivers for CC256x.
You need to make sure that your UART is configured correctly. And the first three steps from http://processors.wiki.ti.com/index.php/CC256x_Testing_Guide
Then have the correct service pack from http://processors.wiki.ti.com/index.php/CC256x_Downloads
You can get the stack code here http://www.ti.com/tool/stonestreetone-bt-sdk
Hi sundep,
Thanks for your reply
Actually in board file we configuring only the power on,reset and which uart t be used, just a pad configuration, how it will link to the tty driver. can you tell me the procedure, how the bluetooth works
Thanks
shan
Hi,
What is the stack you are using, from the chip side I have already mentioned the power up sequence.
and after the init script is downloaded the CC256x is ready for BT operations, It is up to the stacks implementation on how it registers and communicate.