TIA for any help. I'm new to this chip and toolset (IAR).
I'm using CC3000EM with MSP-EXP430FR5739. I'd like to just transmit packets at various rates. I started with the Basic Wifi Application code and changed main like is done in here: http://processors.wiki.ti.com/index.php/CC3000_Transmitter_Testing_Using_RAW_Socket
I've also handled the S1 button press to toggle different standards and rates. I also removed the UART handling.
As you know if you've used this hardware, the S2 button grounds the WLAN Enable line to the CC3000. No problem, I don't need it. If you push it, program gets hung waiting for interrupts that'll never occur. That's fine.
The strange thing is that if I press it, my program gets hosed . Even a reset or power cycle will not work. I have to download new code to get it to work again.
I assume somehow this is causing a wayward write into FRAM? Is this something that's easy to do? Not even sure how to begin debugging this one. I guess I'll try to dump new and hosed images?
I can paste code it it'll help. Thanks.