DSPRelated.com
Forums

DM6446 ISR without DSP/BIOS

Started by e_az...@yahoo.com June 21, 2007
Hi everyone,

Is there some way to work with interrupts without DSP/BIOS? I have seen examples that assign interrupt vector and use some assembly module. But nothing for DM6446 or equivalent I could find.
Do you know why TI does not put this modules in libraries (for each processor) to avoid the hassle. Is there any problem that makes it difficult to write interrupt routines just like what you write for PCs?
The INT CSL API seems promising but is not available for most of the chips.

The problem with DSP/BIOS for me is that it is OS dependent first and requires using a new weird scripting language or a cumbersome GUI. Also the dependency on some non-C part makes the code less readable and simply not elegant.

Thanks