hi
I am migrating to adsp-21583 processor and CCES 2.11.0 .from earlier [ ADSP-21161 processor with visual dsp tool]
- ADSP-21161 has the IVT which support both byte- (char-size-8) and word-(char-size-32) addressable modes. my code earlier in ADSP-21161 was made on word-(char-size-32) addressable mode so all variables are declared as _variableName. Problem to solve is -- ADSP-21583 has IVT which supports only byte- (char-size-8) mode. is there a workaround to retain the _variableName style declaration and re-use/import the code from 21161 to ADSP-21583 without renaming all variables ?
- what steps should be follwed to write a custom SEC interrupt dispatcher to call ISR without the API calls?