Ghost and internal Oscillator
Posted: Tue Sep 20, 2016 10:56 pm
I am having trouble getting GHOST to work on a PIC12F617 using the internal Oscillator.
When compiling in ICD mode I get errors like the following
128: #warning "Error: no definition for the ICD clock pin"
(162) #warning: "Error: no definition for the ICD clock pin" ^ (warning)
132: #warning "Error: no definition for the ICD data pin"
(162) #warning: "Error: no definition for the ICD data pin" ^ (warning)
199: ICD_CLK_PIN_TRIS |= (1 << 1);
^ (192) undefined identifier "ICD_CLK_PIN_TRIS"
200: ICD_DATA_PIN_TRIS &= ~(1 << 0);
^ (192) undefined identifier "ICD_DATA_PIN_TRIS"
201: ICD_DATA_PIN_PORT &= ~(1 << 0);
I am using the EB006 V9 board
Any help is appreciated
Thanks,
Dave
When compiling in ICD mode I get errors like the following
128: #warning "Error: no definition for the ICD clock pin"
(162) #warning: "Error: no definition for the ICD clock pin" ^ (warning)
132: #warning "Error: no definition for the ICD data pin"
(162) #warning: "Error: no definition for the ICD data pin" ^ (warning)
199: ICD_CLK_PIN_TRIS |= (1 << 1);
^ (192) undefined identifier "ICD_CLK_PIN_TRIS"
200: ICD_DATA_PIN_TRIS &= ~(1 << 0);
^ (192) undefined identifier "ICD_DATA_PIN_TRIS"
201: ICD_DATA_PIN_PORT &= ~(1 << 0);
I am using the EB006 V9 board
Any help is appreciated
Thanks,
Dave