Hi All,
When I was going through the following paragraph in tm4c123gh6pm datasheet. I didn't quite understood why does the datasheet mentions the The least-significant bit of each vector must be 1, indicating that the
exception handler is Thumb code. The interrupt vector table have the address 0x0, 0x4, 0x8, 0xc etc.... Isn't it the most significant bit? Or Am I missing something here.
"Vector Table
The vector table contains the reset value of the stack pointer and the start addresses, also called
exception vectors, for all exception handlers. The vector table is constructed using the vector address
or offset shown in Table 2-8 on page 103. Figure 2-6 on page 107 shows the order of the exception
vectors in the vector table. The least-significant bit of each vector must be 1, indicating that the
exception handler is Thumb code"
Thanks
-Vineel