Other Parts Discussed in Thread: CC3551
Tool/software:
I would like view what the vector table is pointing to in the CC3551.
In the SDK in source/ti/device/cc35xx/driverlib/interrupt.c, VTOR is set with SCB->VTOR = (uint32_t)ramVectorTable;
ramVectorTable is "not available in the watch. The table seems to be a address zero based on the register view of VTOR
I can see individual vectors by setting "((int*)0x0)[1]" in the watch window. Is it possible to view the complete table at once?
More generally, the ability to cast an arbitrary address as an array of any type would solve my problem and probably others.
I am using CCS Version: 20.1.1.8__1.7.1