I was refererade to direct my question to this part of the forum. Original post was made on: http://e2e.ti.com/support/low_power_rf/f/851/p/275698/964926.aspx#964926
Does all the related software that is described to work with the new Tiva work for the EK-LM4F120XL with out changing anything? I have now updated to the v1.11 even tho it is specified for "TivaC LP EK-TM4C123GXL", I used the LM Flash Programmer and received the correct diode confirmation that all went well.
I am trying to get the following HW to work together:
DESIGN A:
CC3000TIWISLEM
TP-Link WR740N
DESIGN B:
TP-Link WR740N
I have run all the steps down to "Running the application" on the page http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_Stellaris_Launchpad but I get no response from putty (Nothing about the version of the driver or any response when commands like 01, 03 are sent). I have verified that putty and UART communications are working by other supplied examples, I can see no indication that the Wifi is activated. I have also controlled that the UART config in the c-code corresponds correctly with the config of Putty. All software that is used is up-to-date CCS 5.4.0.00091, not sure how to control the version of the software on the MCU and WIFI, where should I extract that information?
When all code has been compiled I start putty and then play the program on the MCU, is there some step I have missed here?
I am getting no where and it is very frustrating, the only indication I have that something is wrong (except that putty is not giving me any information) is that CCS tells me in debug mode right before I press play the following "_c_int00() at boot.asm:217 0x00003D7C (_c_int00 does not contain frame information)". I can not find any information to what this indicates or how to fix it!
I have installed the Stellaris graphics library and I have also changed to the following properties on each folder of the "Basic wifi example" to get it to compile correctly:
Variant: Stellaris KN4F120H5QR
Connection; Stellaris in-circuit
Device endianness: little
Compiler version: TI v5.05
Output format: eabi (ELF)
Linker command file: lm4f1205qr.cmd
Runtime: Auto
POST 2:
I just imported the UART_Echo example and received the same "error" "_c_int00() at boot.asm:217 0x00003D7C (_c_int00 does not contain frame information)" so it looks like it is not connected to the actual code. What does it mean?
Should the jumper be placed as "Test" or "User" mode? What difference does it make?