Other Parts Discussed in Thread: TIDM-TM4C129XWIFI Trying to download the BOM for TIDM-TM4C129XWIFI from the TI website but getting file not found.
www.ti.com/.../tidrfn5.pdf
Part Number: TIDM-TM4C129XWIFI Other Parts Discussed in Thread: CC3100 , TM4C129XNCZAD Tool/software: TI-RTOS I am aware that the TM4C TI-RTOS NDK HTTP interface is designed to be compiled for either wired or wireless (simplelink CC3100) interfaces. It…
Hi Prajnith,
Have you had a chance to reference the TI design using TM4C129 with CC3100? In section 3 of the userguide there is signal mapping between the two processors over the SPI communication.
www.ti.com/.../tidu992.pdf
www.ti.com/.../TIDM…
Hi Ragini,
I'm not familiar with ESP8266. Looks like the ESP8266 can be used as a standalone application or be a slave to an external host MCU. The communication can be done via the standard SPI, I2C or UART. With that said, there is no software library…
Hi Tim,
The TI design www.ti.com/.../TIDM-TM4C129XWIFI with TM4C129 and the CC3100 also uses the slot 1 for which the software was created. Is this the one you use? If you want to use slot 2 then you will need to modify the software. I have no experience…
Hi Pavitra,
There is a reference design for using the TM4C as the application host processor and the CC3100 as a network processor. www.ti.com/.../TIDM-TM4C129XWIFI
As far as OTA bootloader there is no available example/libraries. There are several…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C1294XL , UNIFLASH , CC3100SDK , CC3120 , CC3100 , MSP-EXP432E401Y , CC3120BOOST , CC31XXEMUBOOST Tool/software: TI-RTOS Hello,
I just received 2 test kits: EK-TM4C129EXL and C3120BOOST…
As I am using UART7, changed the UART1_intHandler() to UART7_intHandler() and defined it in configuration file as an UART7 interrupt with interrupt number 76. Now I am not getting the crash, but the interface with CC3100 doesn't happen.
It waits in…
Hi cb1,
Regarding the earlier question of the Alcatel smartphones, from what I can tell from a brief lookup, they don't seem to support NFC. If they are the budget model that isn't too surprising, NFC is one of the features that can get axed for cost…
Hi,
I you have host processor (TM4c129), then logical choice is cc3100. CC3100 is a Wi-Fi chip. I think this page could be useful: www.ti.com/.../TIDM-TM4C129XWIFI . For a first try with WiFi is my recommendation to buy CC3100 BoosterPack.
CC3100…