Does anybody use AVR32DA28?
According to the datasheet vector size is 2-words (4 bytes), AS7 with AVR-Dx_DFP 1.5.74 generate code with such vectors (2-words).
But in real chip, vector size is only 1-word (2-bytes).
I tested it with NMI interrupt (small program in ASM), after invoke interrupt program jumps to PC=0x0001 not 0x0002.
Can anyone confirm this?