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...
now it works wonderfully well. Thank you very much, I was wrong about one small detail that kept me stuck for days.
mombasa - 21st May 2025, 22:22hserout[$b5, $62, $06, $01, $08, $00, $f0, $08, $00, $01, $00, $00, $00, $08, $60]
HenrikOlsson - 21st May 2025, 20:18Thank you for your help. but I can't send these bytes correctly via HSEROUT command. Could you give me an example please. Thanks
mombasa - 21st May 2025, 20:07[B5 62] = Header
[06] = Class
[01] = ID
[08] = LENGTH (8 bytes)
[00 F0 08 00 01 00 00 00] = 8 bytes of payload
But then there supposed to be two bytes checksum but you show three...
Hello. I need to send ubx commands to change the gps module settings. I copied the sequence from U-Center (B5 62 06 01 08 00 F0 08 00 01 00 00 00 00 08 60) but I can't encode it correctly to send it...
mombasa - 21st May 2025, 10:42
Re: Compiling problem
also you can download this one ...
Acetronics2 Today, 11:51https://support.melabs.com/articles/6151-meconfig
Pretty useful, no ?