Hi all, newbie here. I thought I was doing pretty good until I tried a new chip-18F2455. I have checked the chip data file and see that
OSC=XT_XT,XTPLL_XT,ECIO_EC,EC_EC,ECPLLIO_EC,ECPLL_EC,
INTOSCIO_EC,INTOSC_EC,INTOSC_XT,INTOSC_HS,HS,HSPLL_HS
are valid entries.
When I enter ANY of these I get this error:
00009
01466 LIST
Error [174] : Unknown opcode "CONFIG"
00010 CONFIG WDT=OFF, LVP=OFF, MCLRE=OFF, FOSC=HS
00011
00012
I get this even with no #config command!
This gives the same error: #chip 18F2455, 20
So what gives? Thanks, Ed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, newbie here. I thought I was doing pretty good until I tried a new chip-18F2455. I have checked the chip data file and see that
OSC=XT_XT,XTPLL_XT,ECIO_EC,EC_EC,ECPLLIO_EC,ECPLL_EC,
INTOSCIO_EC,INTOSC_EC,INTOSC_XT,INTOSC_HS,HS,HSPLL_HS
are valid entries.
When I enter ANY of these I get this error:
00009
01466 LIST
Error [174] : Unknown opcode "CONFIG"
00010 CONFIG WDT=OFF, LVP=OFF, MCLRE=OFF, FOSC=HS
00011
00012
I get this even with no #config command!
This gives the same error: #chip 18F2455, 20
So what gives? Thanks, Ed.
Hi all, Never Mind! I downloaded the latest version of GPUtil and it now works. Regards, Ed.