Hello,
I'm using the EVMDM365 board with CCS 4 and the XDS510USB PLUS. I want to mix C-code with assembler code to map the interrupt service routines to the interrupt vectors, but the assembler code doesn'n exist in the output file. I use the SPNU151E / SPNU118H documentations, there is a file "intvecs.asm" which should be work, but it doesn't. No branches at the ARM interrupt vectors are created when loading the output file. No "intvecs" section is created. Are there some additional settings necessary for the linker or assembler? What should I use, the interrupt keyword or the INTERRUPT pragma directive?
Regards.