Tool/software: Code Composer Studio
Currently I am working on top of the network_terminal example given on the sdk examples. My application should reveive every 1000us 168 data bytes from SPI peripherals and then send this data thorugh TCP.
On the CC3220 Host driver's documentation, it is stated that the socket can communicate with the NWP through SPI or UART and that this is settled at the beginning of the project. Accotding to the documentation, on the network_terminal example it is settled to SPI. Where is this done? Because of the required throughput, it is better to use SPI to communicate with the NWP but I need to know where is this configured. Also I am afraid that this is inteferng with the SPI peripheral that I am using for receiving the data bytes.
Thank you in advance for your attention,
 
				 
		 
					 
                          