Part Number: CC3120BOOST
Other Parts Discussed in Thread: MSP430FR6047, CC3120, UNIFLASH
Tool/software: Code Composer Studio
I am trying to use the cc3120 booster pack to add internet to my msp430fr6047 (EVM430-6047). I configured my spi and gpio pins and ported the latest sdk to work with my board. I am using TI RTOS and CCS to build my code. I was able to successfully start the device in station mode using the sl_Start() api. However, any other api I call subsequently gives me a fatal "Sync loss error" following which nothing works. Trying to use the sl_Stop() and restart using sl_Start() fails to bring it back to station mode. The sdk version i am using is 2_40_00_22. Please suggest me ways to debug this issue.