I have started working on TM4C1294NCPDT micro controller , while going through the datasheet, i have come through with a statement which says
"Additionally,
these microcontrollers use ARM's Thumb®-compatible Thumb-2 instruction set to reduce memory
requirements and, thereby, cost"
now i want to know how i can reduce memory requirements by using this feature??
2. I am writing my code in code composer v6.2.0 , please provide the required instruction to be included in c code to use this feature.
thanks in advance