Tengo lo último de microchip:
CX32 v1.33
MPLABX v2.26
Y nada

Algo que veo en el cx32 user guide es esto:
Note: For devices that support multiple Instruction Set Architecture (ISA) modes,
there may be a configuration bit that determines which mode the device
uses for an exception/interrupt. If your device is configured to use the
microMIPS ISA on interrupt, be sure to apply the micromips function
attribute to your interrupt function. Consult your the data sheet for your
target device to determine if it supports handling exceptions and interrupts
in an alternate ISA mode.
bit 16 ISAONEXC: ISA on Exception bit(1)
1 = microMIPS™ is used on entrance to an exception vector
0 = MIPS32® ISA is used on entrance to an exception vector
bit 15-14 ISA<1:0>: Instruction Set Availability bits(1)
11 = Both MIPS32® and microMIPS™ are implemented; microMIPS™ is used when coming out of reset
10 = Both MIPS32® and microMIPS™ are implemented; MIPS32® ISA used when coming out of reset
#pragma config BOOTISA = MIPS32
Leí esto en el foro de microchip:
void __ISR(_TIMER_2_VECTOR, ipl3) __attribute__((nomips16)) _T2Interrupt(void)
No sé como va eso.
Me gustaría saber donde encontrar las opciones de seteo de los fuses, en el archivo p32mz2048ecg100.h del pic no está, algo que en C30 si se podía encontrar e el archivo del pic.
