Tool/software:
I need help to configure The simplelink Device cc2652 to connect with the oled in serial interface . Can any of the GPIO's be used , if so , Why do I get the DIsassembly terminal running codes,?
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.
Tool/software:
I need help to configure The simplelink Device cc2652 to connect with the oled in serial interface . Can any of the GPIO's be used , if so , Why do I get the DIsassembly terminal running codes,?
Hello,
The default SPI GPIO pins are DIO10 - SCLK Pin, DIO8 - POCI, DIO9 - PICO, and DIO11 - CSN. Please see the SPIController example project for more information. Addtionally, for more information about the SPI peripheral, please refer to the SPI API Reference Guide.
Let me know if this helps!
Thanks,
Isaac