hareeshchamiyar
Newbie level 4
can anyone tell me the configuration bits of dspic30f2010.
am using mplab c30 compiler.
when i was build the program to the ic the pickit2 showing this error.
"some configure words not in your hex file".
this is my config
_FOSC( CSW_FSCM_OFF & XT_PLL16 );
_FWDT( WDT_OFF );
_FBORPOR( PBOR_OFF & BORV_45 & MCLR_EN );
_FGS( CODE_PROT_OFF );
please help me.
thank you
am using mplab c30 compiler.
when i was build the program to the ic the pickit2 showing this error.
"some configure words not in your hex file".
this is my config
_FOSC( CSW_FSCM_OFF & XT_PLL16 );
_FWDT( WDT_OFF );
_FBORPOR( PBOR_OFF & BORV_45 & MCLR_EN );
_FGS( CODE_PROT_OFF );
please help me.
thank you