Part Number: TM4C129EKCPDT Hi,
We are currently evaluating a possible device replacement within the TM4C129x family and would like to confirm several technical points with TI.
Are TM4C1294KCPDTI and TM4C1294NCPDTI fully pin-compatible in the 128…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: EK-TM4C1294XL
Tool/software:
Hi,
I am using TImer2A as the DMA trigger to move a block of data to a GPIO port. Everything works fine if the timer is in TIMER_CFG_A_PERIODIC mode.
The…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: ARM-CGT Tool/software: Hi,
I would be very grateful for confirmation that it is possible to use TI ARM Clang for TM4C devices.
My concern is the final answer to the following post:
TM4C123GH6PZ…
Part Number: TM4C129EKCPDT
Hi,
I am trying to include Mongoose Web Service open source code into my project. The source code is a monolithic .c file and is using macros for build options. The code will not be linked into the final binary if not specified…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: TMDSEMU560V2STM-U Tool/software: The target board model of our product is TM4C129EKCPDT, the IDE used is Code Composer Studio 12.7.1, and JTAG pins will be used for debugging and programming…
Part Number: TM4C129EKCPDT Hello,
I am new to CCS. I am trying to find a way to create a global symbol in the link command file to represent the highest allocated flash memory address (which will equal to the image size - 1) so that I can reference…
Part Number: TM4C129EKCPDT Greetings,
I am trying to reserve a chunk of RAM to be used for information transfer from boot code and main application. I am writing the boot code now and trying to reserve the memory at 0x20000000 (len=0x400).
The following…
Part Number: TM4C129EKCPDT I am getting ready to make significant changes to TM4C TI-RTOS based network device - adding HTTPS and MQTT. I decided to install the latest CCS 12.5. The CCS 12.5 seems to be pushing me to use FreeRtos and mbedTLS. The product…
Part Number: TM4C129EKCPDT Hi,
Good Day.
Could you help with finding a LwIP example for TM4C129EKCPDTT3?
We are thinking of immigrating to this IC in our products and looking for some projects already including ethernet code to simplify RnD.
Please…
Part Number: TM4C129EKCPDT Hi,
I was trying to migrate my project from GNU GCC to TI CCS. My original project has some special code in the link script file to insert some customized information to the linked image so that the image can be processed…