Hola nuevamente, he estado realizando pruebas con el FRC, y estas pruebas son correctas ( por lo menos eso parece ) ya que el USART me responde lo que le envio y ademas tengo un contador en LATE.
((((((((((((7.5 MIPS)))))))))))))))
_FOSCSEL(FRC)
_FOSC(CSW_FSCM_OFF & FRC_HI_RANGE & OSC2_IO)
TUN = 7;
---------------------------------------------
((((((((((((4.8 MIPS)))))))))))))))
_FOSCSEL(FRC)
_FOSC(CSW_FSCM_OFF & FRC_LO_RANGE & OSC2_IO)
TUN = 7;
---------------------------------------------
((((((((((((4.8 MIPS)))))))))))))))
_FOSCSEL(FRC)
_FOSC(CSW_FSCM_OFF & FRC_HI_RANGE & OSC2_IO)
TUN = 8;
---------------------------------------------
((((((((((((19.2 MIPS)))))))))))))))
_FOSCSEL(FRC_PLL)
_FOSC(CSW_FSCM_OFF & FRC_LO_RANGE & OSC2_IO)
TUN = 8;
((((((((((((29.1 MIPS)))))))))))))))
_FOSCSEL(FRC_PLL)
_FOSC(CSW_FSCM_OFF & FRC_HI_RANGE & OSC2_IO)
TUN = 7;
Necesito la maxima velocidad posible; tengo un dsPIC30F2020-30I/SP y segun dice el datasheet es industrial de 30MIPS

Ahora, probando con cristal de 7.3728 el dspic no funciona:
_FOSCSEL(PRIOSC_PLL)
_FOSC(EC)
_FOSCSEL(PRIOSC_PLL)
_FOSC(HS)
OSCCONbits.NOSC = 0b011;
Con el cristal no furula, sigo intentando.

Pero como quema el condenado.
Saludos.