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.

LCD on SmartRF06 not working using code in BLE-STACK-2

Other Parts Discussed in Thread: CC2650

I have the SmartRF06 dev kit with a CC2650 and I can't seem to even get the LCD to work. I downloaded the BLE-STACK-2 project and it seems to have two different locations with LCD code and I couldn't get it working using either. 

Anyone have any experience with this?

Thanks

  • Hello Rachel,

    Although you didn't specify which project within the SDK you tried, you can confirm the LCD is working on your setup by building the default SimpleBLEPeripheral project. The LCD is enabled for this example. Also, you can program the prebuilt Hex file for this project, located in the Accessories folder of the SDK.

    Best wishes
  • Well, the file that ran was in the Startup folder and it was called main.c. To be honest, I'm not sure if any of these are separate projects and I'm not sure I have what you are referring to. I don't see anything called SimpleBLEPeripheral. I see something called simpleBLEObserver, but it looks like an include file, they all do except the main.c. Nothing else I've seen has a main in it.