Other Parts Discussed in Thread: CC2640, CC2650
and when i copy by adding main.c file i get errors saying
Can anyone suggest me to include main.c file and in testing sample BLE code..??
Thanks for your time and patience
Rohit
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.
in this pic you can find 2 boards..
1)MSP432 development board consisting XDS110 debugger..(Black in color
2)The board (green in color.i.e our design having cc2640 ) having J-Tag port is connected to XDS110..
We have done following changes with respect to XDS110
a)TCK of our board is connected to SWCLK of XDS 110..
b)TMS of our board is connected to SWDIO of XDS 110..
and also in ccs we have made these changes by selecting swd mode. (which is attached above in above post)
We have done changes (a) and (b) since there was no JTag connection available on board.
in this pic you can find 2 boards..
1)MSP432 development board consisting XDS110 debugger..(Black in color
2)The board (green in color.i.e our design having cc2640 ) having J-Tag port is connected to XDS110..
We have done following changes with respect to XDS110
a)TCK of our board is connected to SWCLK of XDS 110..
b)TMS of our board is connected to SWDIO of XDS 110..
and also in ccs we have made these changes by selecting swd mode. (which is attached above in above post)
We have done changes (a) and (b) since there was no JTag connection available on board.
Christin the same conection we used . i.e XDS110 Debugger for the MSP432 which is our board. There we got no errors..
Is it because cc2640 is cortex m3 processor.?
XDS110 debugger has worked for our one more development kit , so we tried same JTAG (from launch pad) to connect it to our new board cc2640.. .
want to establish a communication between two android devices.
1is our Capsense touch pad, and second is android mobile.
As an when i press (or touch by finger), the CapSense buttons, respective key pressed information has to be transmitted to the sensor controller of CC2640.
Here MUX is used to select the respective rows of of capsense using GPIO pins.
ex:if gpio (0) is selected then 1st row is selected.
Then that imformation i want to store it in buffer(cc2640) and transmit it to MOBILE via bluetooth.
Can anyone suggest me how to proceed and what all additional information i need to know run this application.
Thanks and regards.
please find the image of it below. and help me in resolving.