Does the MAX32600 API automatically copy the interrupt vector table to RAM?
No, the MAX32600 API does not automatically copy the interrupt vector table to RAM. The MAX32600 API includes a function, NVIC_SetRAM(), in nvic_table.h for copying the interrupt vector table to RAM, but it is not called as part of the API's startup and initialization.