Other Parts Discussed in Thread: CC2650, EK-TM4C123GXL
Hello,
I burned a hex file on my CC2650 to implement the BLE stack in the form of the simple network processor (SNP). However, I am not receiving the expected result. My output is (on the TExaS display):
Application Processor - TM4C123-CC2650
Reset CC2650
LP->SNP FE,03,00,55,04,1D,FC,01,B2
from SNP fail
Get Status
LP->SNP FE,00,00,55,06,53
from SNP fail
Get Version
LP->SNP FE,00,00,35,03,36
from SNP fail
Add service
LP->SNP FE,03,00,35,81,0
Add service
LP->SNP FE,03,00,35,81,01,F0,FF,B9
from SNP fail
Add CharValue
LP->SNP FE,08,00,35,82,03,0A,00,00,00,02,F1,FF,BA
from SNP fail
Add CharValue
LP->SNP FE,08,00,35,82,01,02,00,00,00,02,F2,FF,B3
from SNP fail
Add CharValue
LP->SNP FE,08,00,35,82,02,08,00,00,00,02,F3,FF,BB
from SNP fail
Add Notify CharValue
LP->SNP FE,08,00,35,82,00,10,00,00,00,02,F4,FF,A6
from SNP fail
Add Notify CharValue
LP->SNP FE,08,00,35,82,00,10,00,00,00,02,F5,FF,A7
from SNP fail
Register service
LP->SNP FE,00,00,35,84,B1
from SNP fail
Set Device name
LP->SNP FE,16,00,35,8C,01,00,00,53,68,61,70,65,20,74,68,65,20,57,6F,72,6C,64,20,30,30,31,CB
from SNP fail
SetAdvertisement1
LP->SNP FE,0B,00,55,43,01,02,01,06,06,FF,0D,00,03,00,00,EE
from SNP fail
SetAdvertisement Data
LP->SNP FE,1F,00,55,43,00,14,09,53,68,61,70,65,20,74,68,65,20,57,6F,72,6C,64,20,30,30,31,05,12,50,00,20,03,02,0A,00,1D
from SNP fail
StartAdvertisement
LP->SNP FE,0E,00,55,42,00,00,00,64,00,00,00,00,01,00,00,00,C5,02,BB
from SNP fail
Get Status
LP->SNP FE,00,00,55,06,53
from SNP fail
Any thoughts?