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.

LAUNCHXL-CC1310: Add LCD display to WoR example

Part Number: LAUNCHXL-CC1310

Hi,

I have the Sharp LCD working in the collector example (TI-RTOS version) and now I am trying to make it work in the WOR example but the program fails when I call Board_LCD_open(). More specifically, it fails inside SharpGrLib_clearScreen() when it tries to clear the LCD. I think that something is wrong with the SPI configuration because it fails when it tries to communicate with the LCD.

I have copied the same board.h, CC13X0_LAUNCHXL.h and CC13X0_LAUNCHXL.c files that the collector example uses and all compiles fine so I would expect to have the same pin configuration and board setup, but clearly I am missing something.

Can you try to add the LCD support that is in the collector example to the WOR example and see if you have the same problems? 

Do I need to do anything else?

Thanks,

Javi