Plus to what Henrik posted, if you want Pickit2/Pickit3 standalone software, there is also a (paid) version of the old stand alone but now developed and supported by Anobium...
Ioannis Today, 14:04Strange ...
What IDE do you use and which PBP version ???
here, I tested with MPLAB 8.92 and PBP 3.1.6.4 ( last release )
Thanks for the help, however i still can't compile. i just want a HEX. i hope someone can post it. thanks
Galaxy76 Yesterday, 18:19also you can download this one ...
https://support.melabs.com/articles/6151-meconfig
Pretty useful, no ?
Hi,
Replace your @DEVICE ... lines by
;----[12F629 Hardware Configuration]--------------------------------------------
#IF __PROCESSOR__ = "12F629"
#DEFINE MCU_FOUND 1
#CONFIG
Hello, I have this code, but I can't compile it. I always get error. Could someone please compile it and post the hex file here? Thanks
sorry for my english.
@ DEVICE pic12F629,...
Yes, all the time and most times in conjuction with DT-Ints for PBP context save/restore. For periodic/cyclic interrupts using TMR2 (or one of the same type) is nice because you set it up once and...
HenrikOlsson - 22nd May 2025, 15:27Hi all,
I’ve been actively working with PBP3 in several embedded control projects, mainly using PIC16F1939 and PIC18F26K22 MCUs. While I appreciate the cleaner syntax and broader device support in...
Analog inputs on K42 chip
Before dealing with the registers directly, does anyone know what is the sequence, if any, on the analog inputs of the above chip?
Ioannis Today, 14:09I mean, after RA0-RA7 that corrssponds to Analog 0 to Analog 7,...