On that note then, using this code it should run at 16MHz internally, correct?
This reminds me of the old 486DX2 and DX4 microprocessorsCode:@ __CONFIG _CONFIG1H, _OSCS_OFF_1H & _HSPLL_OSC_1H @ __CONFIG _CONFIG2L, _BOR_ON_2L & _PWRT_ON_2L & _BORV_45_2L @ __CONFIG _CONFIG2H, _WDT_ON_2H @ __CONFIG _CONFIG4L, _STVR_ON_4L & _LVP_OFF_4L & _DEBUG_OFF_4L Main: HIGH portd.1 PAUSE 500 LOW portd.1 PAUSE 500 GOTO Main![]()
Bookmarks