Cc3235, FreeRTOS & EWARM

Hi all,
This is my first question here, so please forgive me if I missed any of the forum rules.

I’m using a TI CC3235SF processor with FreeRTOS, developing with IAR EWARM. The vector tables are in ROM on this part and need to be switched over to the user vector table before firing up interrupts (and FreeRTOS). Where does FreeRTOS switch in the user vector table for this part?

TThanks,

Bill

Never mind - I just found it in startup_cc32xx_iar.c.

Best,

Bill