This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: Relocating R5F Interrupt Vectors

Part Number: AM2434

Hello team,

I'm trying to optimize a project for speed. In my project, I'm storing raw ADC data, computing the FFT, and FFT magnitude which can take up the entire TCMA + TCMB depending on the # of samples selected in SysCfg. The 0x40 length of R5F interrupt vectors stored at the start of TCMA is very inconvenient when trying to utilize the entire TCM with ADC variables of sizes 0x2000, 0x4000, 0x8000, etc.

Would you recommend relocating R5F_VECS to another location? Say SRAM? If so, would anything else need to be changed outside of the linker file?

Thank you in advance.