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.