Hi!
I have a problem with the Basic Wifi Application code for Code Composer Studio 5.5.The application compiles, but when I debug it, the program enters in the while(1) for "FaultISR" interrupt.
I find some documentation that helps me to find the address of the register in which the program stucks, and when I search for that address in TM4C123GH6PM datasheet, I noticed that it is a "Reserved" address.
The questions are:
1) Why does the program stuck in that register?
2) How can I solve this problem?
I have a Tiva C TM4C123G Launchpad with CC3000BOOST
Can anybody help me?
Thanks
Ulises