Hi
Yes, you can use Version 2_16_00_08 and we can provide general support.
I will suggest you start with the on-line 'Getting Started with TI-RTOS' video. https://www.ti.com/video/series/getting-started-ti-rtos.html
This post also provides documentation…
Hi,
One more thing I would like to note is that, while debugging line by line, I have identified that the error occurs within a function in httpcli.c. /* * ======== sprsend ======== * Constructs an HTTP Request line to send */ static int sprsend(HTTPCli_Handle…
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 this…
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 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 by…
Anusree k said: The code remains same, the only change in the Hostname declaration which is "www.postman-echo.com:443".
Thanks for the clarification. A while back I did suggest you try www.postman-echo.com:443 . Below was my earlier reply.
Are…
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 advise…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: TMP1075 Hi Experts,
We are facing some issue with I2C ACK/NACK we are sending 3 byte in i2c line but it is sending only two byte:
second byte missing.
MAP_I2CMasterDataPut(I2C2_BASE, 0x00); /…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: UNIFLASH Hi Team,
Here's an issue from the customer may need your help:
When programming, it was found that 10 defective products appeared in succession. The customer suspected that the chip…
Part Number: TM4C129EKCPDT Other Parts Discussed in Thread: MSP430FR2433 Hi Experts,
We have a known customer working with TM4C129EK and MSP430FR2433 microcontrollers and CCS v11 application firmware is almost ready for actual hardware.
But our customer…