Part Number: EK-TM4C1294XL Tool/software: Hi,
I am working on TCP, am using lwip_tcp_echo_client_lwip.c example code, but unable to see tcp communication on wireshark app. Can you guide how ro resolve this. Server ip: my pc ipv4(changed in code) other…
Part Number: EK-TM4C1294XL Tool/software: Hi,
In project enet_lwip, I would like to enable socket options.
Define LWIP_SOCKET to 1 gives me a lot of compiling error. Can you suggest me a sample projects which uses socket style interface.
Best Regards
…
Part Number: EK-TM4C1294XL Tool/software: Hi,
I have downloaded TcpEcho Example from TI Resource Explorer for EK-TM4C1294XL and It is taking the IP Address automatically from the DHCP Server. However, I wish to set my own static IP Address and wish to…
Part Number: EK-TM4C1294XL Other Parts Discussed in Thread: TM4C1294NCPDT Tool/software: Dear Support Team,
I am currently developing an application on the TM4C1294XL Connected LaunchPad (MCU: TM4C1294NCPDT) using Code Composer Studio (CCS 20.1.1) and…
Part Number: EK-TM4C1294XL Tool/software: Hello,
I am working with the EK-TM4C1294XL LaunchPad and am encountering an issue when trying to use the CAN0 module with the simple_tx example code.
Here's a summary of my setup and problem:
- Hardware: …
Part Number: EK-TM4C1294XL Tool/software: Hello,
I'm referring to the "Ethernet Software Update Module" documented in SW-TM4C-UTILS-UG-2.1.4.178.pdf , located at C:\ti\TivaWare_C_Series-2.1.4.178\docs
In a bare-metal application, the firmware…
Part Number: EK-TM4C1294XL Other Parts Discussed in Thread: TM4C1294NCPDT , Tool/software: Dear TI Team,
I’m currently using Code Composer Studio (CCS) v12.8.1 and evaluating the use of the TI Clang v4.0.2.LTS compiler for development with the T…
Part Number: EK-TM4C1294XL Tool/software: Hi All,
I wanted to setup the module to use static IP, but it does not accept the changes.
I also made changes in the config.c file
//
// Flags (ui8Flags)
//
CONFIG_FLAG_STATICIP,
and also edited the…
Siddhi Upadhyay said: I am now able to see send and receive messages on my terminal and the communication seems fine.
HI,
Glad that you have the CAN somewhat working. Can you first tell me what did you do to get it working? Was it a software issue or…
Part Number: EK-TM4C1294XL Tool/software: Hi TI, All,
Regarding the EK-TM4C1294XL board, now it works perfectly with the enet_s2e project.
Maybe someone could direct me towards the right spot with my following question:
Having a transparent serial to…