jimmyliu86 / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

eZ430-rf2560 doesn't appear on bluetooth device scan #241

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Got "cc2560_init_script.c" from 
http://processors.wiki.ti.com/index.php/CC256x_Downloads and "BTPSVEND.c" 
http://www.ti.com/tool/sw-dk-em2-2560b and put these into the directory 
/btstack-read-only/chipset-cc256x
2. In /btstack-read-only/eZ430-RF2560/example, ran the following command (for 
spp_counter.c)
           make
           mspdebug rf2500 'prog spp_counter.out'
           mspdebug rf2500
           run
 Then on a separate terminal run 
           hcitool scan

What is the expected output? What do you see instead?

We expect expext to see the name "BlueMSP-Demo" on bluetooth device scan but we 
don't. 

What version of the product are you using? On what operating system?

My product is msp430-rf2560. I'm using Ubuntu 11.10.

Please provide any additional information below.

The btstack revision is 1361.

Original issue reported on code.google.com by priyashe...@gmail.com on 18 Feb 2012 at 8:46

GoogleCodeExporter commented 8 years ago
You probably have a second generation version of the rf2560. Please change the 
Makefile to use the CC2560A or CC2564 init script. See here: 
http://groups.google.com/group/btstack-dev/browse_thread/thread/ce1c58a55dbb765a

Original comment by matthias.ringwald@gmail.com on 21 Apr 2012 at 8:06