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