This:
should be:Code:@MyConfig = _XT_OSC & _WDT_ON & _MCLRE_ON & _CP_OFF @MyConfig = MyConfig & _MCLRE_ON & _BOR_OFF @ __config MyConfig
Also where are your include files for the DT-INTS ?Code:@MyConfig1 = _XT_OSC & _WDT_ON & _MCLRE_ON & _CP_OFF @MyConfig2 = MyConfig & _MCLRE_ON & _BOR_OFF @ __config MyConfig1 & MyConfig2
Be sure to select the correct chip before compilation.
Ioannis




Bookmarks