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