Hi All I use PIC18F46K22 and i add macro below and the chip no response when i test by ping command.How to resolve it please help me.thank you in advance #if defined (_18F46K22)#define _XTAL_FREQ (32000000L)#define LED_TRIS TRISBbits.TRISB5
#define LED_L..
↧