I am using PIC16F18877 and A6 and A7 is not works.
Is there a trick to make these 2 ports act as output?
This is set:
Code:
#fuses NOEXTOSC //External Oscillator not enabled
#fuses RSTOSC_HFINTRC_32MHZ //On Power-up clock running from HFINTRC at 32 MHz
#fuses HS //High speed Osc (> 4mhz for PCM/PCH) (>10mhz for PCD)
#fuses CKS //Clock Switching Enabled
#fuses FCMEN //Fail-safe clock monitor enabled
#fuses LPBOR //Low-Power Brownout reset is enabled
#fuses BORV27 //Brownout reset at 2.7V
#fuses STVREN //Stack full/underflow will cause reset
#fuses WDTCLK_HFINTRC //WDT uses 31.25 kHz HFINTRC as clock source
#fuses WDT //Watch Dog Timer
#fuses WDTSW //Watch Dog Timer Postscale settable in software
#fuses WDTWIN_100% //Watchdog Window is 100% of WDT period
#fuses WDT32768 //Watch Dog Timer uses 1:32768 Postscale
#fuses NOWRT //Program memory not write protected
#fuses NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O
#fuses NOCLKOUT //I/O function on OSC2
#fuses MCLR //Master Clear pin enabled
#fuses PPS1WAY //Allows only one reconfiguration of peripheral pins
#fuses PUT //Power Up Timer
#fuses NOSCANE //Scanner module is not available for use
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum