Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
Hi all,
I am currently trying to add spi functionality on the cc2650 launchpad (specifically, master mode with multiple slaves, as seen in the driver example here. The sample code uses Board_CSN_0 and Board_CSN_1 (which translates to Board_SPI0_CSN and SPI1_CSN in my board file). However, these pins are unassigned in the headers, as well as the Board_SPI1_MISO, MOSI, and CLK. I was wondering which pins would be best to IOID pins should be assigned to these values, and what subsequent things need to be done to ensure that the pin reassignments will not cause the board to function incorrectly. I was also unsure whether or not the SPI1 pins were really necessary, or if I could just use the SPI0 lines and ensure that the CS corresponds to the correct pin.
Thanks!