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.

TDA4VM: What are intvecs and intc_text for?

Part Number: TDA4VM

Dear expert,

    I have found intvecs and intc_text in the file linker_r5.lds in the pdk directory as following. But I can't find the code for them. So what are they for?

SECTIONS
{
/* 'intvecs' and 'intc_text' sections shall be placed within */
/* a range of +\- 16 MB */
.intvecs : {} palign(8) > VECTORS
.intc_text : {} palign(8) > VECTORS
.rstvectors : {} palign(8) > RESET_VECTORS
.bootCode : {} palign(8) > MSMC3
.startupCode : {} palign(8) > MSMC3
.startupData : {} palign(8) > MSMC3, type = NOINIT