Hello, I just get update 1.0128, but blocked by Windows Defender. I added an exclusion for GCBasic.exe. Get following files blocked during update: C:\GCstudio\PICPgm\inpoutx64.sys C:\GCstudio\GCstudio.exe I saw also something for minidump, but no error message in the history available.
Hi Jose, I cross my fingers that you will find the way to test Vdd. If you are looking for more content round the ADC management and how I used it, you can have a look in the full source code of my project. The source code is documented line by line, so I guess you will be able to better understand how I used it myself and how I was able shutoff the circuitry ordered from the microcontroller. The full project page is on Elektor here: https://www.elektormagazine.com/labs/short-circuit-probe Or on...
btw, probably you noticed, the PIC used in my circuit is a PIC16F1825
Hello, I used internal voltage reference to read the battery voltage of my circuit (Short Circuit Probe). If you read the Vdd voltage by using 2 resistors as voltage dividor, would that be work? But maybe I miss something from your question. Here the function I created (Sorry Anobium, I was using my own ADC routine and not the build in from GCBasic): // Procedure to read AN3 analog values - 10 bits resolution for Battery voltage // This Function is not portable like that to other microcontroller...
Hello, Are the MPK package cumulative? Do we need to install all them one after other, or is always the latest only necessary? Thank
Thank GCBasic Team for update ! Will certainly be benefit for my new project.
Sorry to read that, rest in peace.
Hello, my first assumption is for example you are setting on PortA IOC on both edges, you set IOCAP for positif edge, and IOCAN for negative edge. So, you can catch both event.