Other Parts Discussed in Thread: CC3120MOD, SYSCONFIG
Hi,
I use CC1352R.
One if the SPI channel is shared between CC3120MOD and other chip with SPI interface.
For porting purposes the SPI module is used in user.h file in CC3120MOD driver.
The question are:
1. Is it possible to use the some HW SPI module for both devices (in SPICC26X2DMA_HWAttrs only one CS pin can be defined).
2. If, no I will implement SW SPI for the second device, using the pins of the HW SPI module. For this purpose is it necessary to "de" SPI_init(), before communicate with second device using SW implementation?
Best regards,
Ilian