Other Parts Discussed in Thread: CC3100, , CC31XXEMUBOOST
Hi,
I ported CC3100 host sdk to my non TI MCU. I am using SPI interface for communication between them. I am using 7 pins as MISO(P2.7 of CC3100boost), MOSI(P2.6), SPI_CS(P2.3), SPI_CLK(P1.7), GND(P2.1), nHIB(P1.5), IRQ(P2.2). Are they fine?? I am not connecting CC31XXEMUBOOST with CC3100Boost. I am testing SPI interface by "spi_debug_tool" example code. My problem is that I do not getting N2H_Sync_pattern from CC3100boost device. So, my reading SPI test will not completed.