Part Number: SW-EK-TM4C1294XL Hi Team,
Working the TM4C1294Xl D ebugging the code during that time t ry to debug the next time code this error is throwing
CORTEX_M4_0: Error connecting to the target: Unable to communicate with the device. Please check…
Part Number: EK-TM4C1294XL Tool/software: I think I understand the physical layout and the logical structure of the memory . However, I want to make sure my assumptions are correct.
The datasheet of the Tiva TMC1294 says that it has four 32-bit interleaved…
Jeremy Li said: Sorry I do not understand
Program 1
The maximum range of pui32Data can be pui32Data[16] or pui32Data[2]
Can the range of pui32Data be 64byte in pui32Data[0-15]? The original example is pui32Data[0-1] 8byte
Hi Jeremy,
The EEPROMProgram(…
Part Number: EK-TM4C1294XL Tool/software: Hello,
TivaWare 2.1.0.12573 uses an RTOS for the net_s2e example. I am trying to locate where the equivalent Systick handler is located for this project. I have a function that I would like to call within the…
Part Number: EK-TM4C1294XL Tool/software: Hello,
Is the 32kHz crystal needed for ethernet operations?
Is the 32kHz crystal needed for correct serial 2 ethernet operations?
Thanks,
Keith
Part Number: EK-TM4C1294XL Tool/software: I would like to ask about the TI EK-TM4C1294XL evaluation board and how to use the Bootloader (Uart Update) mechanism. Currently, the problem we encounter is that we use the three bootloader examples provided…
Part Number: EK-TM4C1294XL Tool/software: Hi
CAN communication using EK-TM4C1294XL as the slave receiving mode. I downloaded the sample code (spna245.zip) according to spna245.pdf, executed [simple_can_rx] on the receiving side, and confirmed that communication…
Part Number: EK-TM4C1294XL Tool/software: Hi Everyone,
I am performing enet_tcpecho_server_lwip example on EV board but unable to get IP address on terminal window. As seen below:
I am getting below output:
//**************************************…
Part Number: EK-TM4C1294XL Tool/software: i want to share project from code composer studio to my partner the problem is when i share the project boot_emac_flash i edit in bl_emac.c and bl_startup_ccs.s and when my partner try to open the project he…
Part Number: EK-TM4C1294XL Other Parts Discussed in Thread: EK-TM4C123GXL , MSP430FR2353 Hi,
We confirmed CAN communication using EK-TM4C1294XL as the master and EK-TM4C1294XL as the receiving node. I downloaded the sample code (spna245.zip) according…