Yup! seems mine is different... looking on another forum thread (12 Bytes code one) i know we don't have the same MPLAB version... 7.50 Here, MPASM 5.06
Here's a .inc file quote]
and above... with the new CONFIG plah plah...Code:_FOSC_HS_1H EQU H'FC' ; HS oscillator, HS used by USB _FOSC_HSPLL_HS_1H EQU H'FE' ; HS oscillator, PLL enabled, HS used by USB _FCMEN_OFF_1H EQU H'BF' ; Fail-Safe Clock Monitor disabled _FCMEN_ON_1H EQU H'FF' ; Fail-Safe Clock Monitor enabled _IESO_OFF_1H EQU H'7F' ; Oscillator Switchover mode disabled _IESO_ON_1H EQU H'FF' ; Oscillator Switchover mode enabled
Anyways.. it's no surprise at all that Microchip change it from a version to anotherCode:; Fail-Safe Clock Monitor Enable bit: ; FCMEN = OFF Fail-Safe Clock Monitor disabled ; FCMEN = ON Fail-Safe Clock Monitor enabled
If you want more info on the ASM handling of the USB_INT, I can elaborate some.
EDIT: i'll download the new MPLAB version and see what's different or Still the same... interesting...
EDIT #2 : Just remove and re-install V7.50 (No i never download a interim version) and FCMEN is still good. Maybe they discover that Fail safe Clock Monitor Emable make no sense? Same as mixing Moon and Mood :-]


) i know we don't have the same MPLAB version... 7.50 Here, MPASM 5.06



Bookmarks