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/LAUNCHXL-CC2650: Uart gps issue

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

Hello,

I have edited the sensortag cc2650 code and added oled ssd1306 display and few other services. Everything is working fine all the services are also working, But when I add the GPS service for reading the GPS data by UART all the services stopped working, Ble stop advertising, I can not print any thing on oled. I have stand alone project in which GPS, Oled and IMU working separately so I integrated GPS and oled for testing whether its working or not but again Oled does not print anything if, using Gps (UART communication). I tested GPS separately and it is working fine but when I add with the other application nothing works. Please some guide me on this issue. Thank You  

  • Hi pradeep,

    Is there anything else you are using for UART besides for the GPS? If so, you should be aware there is only one UART available on the device which may be causing some issues for you.

    More details are needed to look into this. Where in the code does the project hang when the services stop working?

    -Sy Su