Hi,
Has anyone got a quick LED blink and switch example that I can use to test my ICD3 and IPE setup with my dev board? I'me using the latest GCBASIC version and just want to do a basic test. Also has anyone used the RTCC of this chip with GCBASIC? Thanks.
David.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So, you should be able to create a simple program that has LED and SWITCH.
We use the 18F27J53 for testing PICKitPlus with a GCBASIC program generating the HEX file. So, all should be good but as I do not test ICD3 with IPE.... good luck.
I would create a new entry in Prefs Editor for the ICD3, using one of the 'MPLAB-IPE' entries as your starting point ( you should just need to change the switch for the ICD3).
There is a demo for this chip. See ..\GCstudio\GreatCowBASIC\demos\Millis Solutions\18F27J53_1s.gcb or on GitHub
You can add the Switch to this working demo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Has anyone got a quick LED blink and switch example that I can use to test my ICD3 and IPE setup with my dev board? I'me using the latest GCBASIC version and just want to do a basic test. Also has anyone used the RTCC of this chip with GCBASIC? Thanks.
David.
The 18F27J53 is supported.
So, you should be able to create a simple program that has LED and SWITCH.
We use the 18F27J53 for testing PICKitPlus with a GCBASIC program generating the HEX file. So, all should be good but as I do not test ICD3 with IPE.... good luck.
I would create a new entry in Prefs Editor for the ICD3, using one of the 'MPLAB-IPE' entries as your starting point ( you should just need to change the switch for the ICD3).
There is a demo for this chip. See ..\GCstudio\GreatCowBASIC\demos\Millis Solutions\18F27J53_1s.gcb or on GitHub
You can add the Switch to this working demo.