Haberler:

Eposta uyarılarını yanıtlamayınız ( ! ) https://bit.ly/2J7yi0d

Ana Menü

Fuses Protect ve pitkit2

Başlatan iguruz, 19 Mart 2010, 15:19:17

iguruz

Merhaba,
yazdığım kodu 18f2620'e pitkit2 ile yükledim fuses ayarlarından protect seçtim bu şekilde yükyeyicide herhangi ekstra bir ayar yapmadan yükledim picten yazılım tekrar okunabilirmi...?

#include <18F2620.h>
#device adc=8

#include <string.h>
#include <stdlib.h>


#FUSES WDT                      //No Watch Dog Timer
#FUSES WDT32768                 //Watch Dog Timer uses 1:128 Postscale
#FUSES HS                       //High speed Osc (> 4mhz for PCM/PCH) (>10mhz for PCD)
#FUSES PROTECT                  //Code not protected from reading
#FUSES NOIESO                   //Internal External Switch Over mode enabled
#FUSES BROWNOUT                 //Reset when brownout detected
#FUSES BORV21                   //Brownout reset at 2.1V
#FUSES NOPUT                    //No Power Up Timer
#FUSES NOCPD                    //No EE protection
#FUSES STVREN                   //Stack full/underflow will cause reset
#FUSES NODEBUG                  //No Debug mode for ICD
#FUSES NOLVP                    //Low Voltage Programming on B3(PIC16) or B5(PIC18)
#FUSES NOWRT                    //Program memory not write protected
#FUSES NOWRTD                   //Data EEPROM not write protected
#FUSES NOEBTR                   //Memory not protected from table reads
#FUSES NOCPB                    //No Boot Block code protection
#FUSES NOEBTRB                  //Boot block not protected from table reads
#FUSES NOWRTC                   //configuration not registers write protected
#FUSES NOWRTB                   //Boot block not write protected
#FUSES NOFCMEN                  //Fail-safe clock monitor enabled
#FUSES NOXINST                  //Extended set extension and Indexed Addressing mode enabled
#FUSES PBADEN                   //PORTB pins are configured as analog input channels on RESET
#FUSES NOLPT1OSC                //Timer1 configured for low-power operation
#FUSES MCLR                     //Master Clear pin enabled