Hi all!
I read http://e2e.ti.com/support/microcontrollers/msp430/f/166/p/34237/120458 and I have a question.
If you want to use the Interrupts vector from RAM using SYSCTL |= SYSRIVECT, theoretically the vectors are allocated in TOP of RAM (TOP_RAM + 1 - sizeof(INT_Vect_Struct)). The problem is that the CC430F5137 has the last two bytes reserved for a bug, being the total size of usable RAM 0x0FFE, so my question is:
Would be a problem the two bytes reserved for the bug for use the vector from RAM?
I am trying to allocate the interrupt vector in RAM as the TI given example (ram_int_vect_ex.c) but my firmware crashes and I suspect that this would be the problem.
Thanks in advance!
BR,
Luis