This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
Dear Team
Can anyone provide the details how much maximum "out" file size, can be write in this board XDS100v2 - TM4C1294NCPDT
Thanks & Regards
Mohan R
Hello Mohan,
I am not really following your question fully. You can write data to the TM4C1294NCPDT based on it's available Flash and SRAM memory which is 1024 kB Flash and 256 kB SRAM.
The XDS100v2 can do that without issue if that is your concern.
Dear Team
TCPEcho example out file size is 3MB.
Please confirm how to check this example in the board XDS100v2 - TM4C1294NCPDT.
Hello Mohan,
.out files are larger than the code that gets flashed onto the processor because they contain information of where and how to program all the data that goes into the MCU. They are not representative of the amount of code that goes into the MCU.
When the .out file is compiled by CCS, it will check for the memory constraints of your device and if your code exceeds that amount, it will not compile and it will give you warnings that memory is not sufficient. So any program that is properly compiled by CCS and has a .out file generated by CCS for your device will work.