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.

TMS570LS1227: TMS570 Interrupt Handler

Part Number: TMS570LS1227
Other Parts Discussed in Thread: HALCOGEN

Hi,

For my project application, I am using HET1 High Level Interrupt. When I generate code through Halcogen, it generates a function as follows:

IRQ void het1HighLevelInterrupt(void)

{

...

}

I am worried because the  __nested is missing.

Is this the correct version __nested __irq void het1HighLevelInterrupt(void) ?

Thanks.