picberry icon indicating copy to clipboard operation
picberry copied to clipboard

PIC Programmer using GPIO connector

Results 8 picberry issues
Sort by recently updated
recently updated
newest added

When testing picberry's operation for a PIC32MX3 family device, the program hung after printing `Timeout occurred checking device status!` to the terminal. Since the program never gets to [this else...

Hi, WallaceIT, does this tool support the PIC32CX0525SG12XXX family? is this tool possible to make under windows?

Only tested on RPI4B 8GB version using default GPIO pins... but since the only thing really different is the peri_base address, if it worked on rpi1-3, everything should be golden...

Hello, nice code. As I understand your code supports pic18fj but what about the chip PIC18LF46K22? Does it belong to any of the proposed families? Thanks

Hi, when read_inhx() function runs it fails in checksum comparison. e.g.: > line 2530 (35 bytes): ':0B9D20004A943366CC831D3A74E8CBF4\r\n' > byte_count = 0x0B > address = 0x9D20 > record_type = 0x00 (data)...

bug

Tested on Radxa's RockPi 4 with a PIC32MX564 chip.

picberry PIC Programmer v0.3 Device Name: PIC24FJ256GB106 Device ID: 0x00001019 Revision: 0x00000004 Writing chip...[[ 0%]] ERROR at address 000000: written 0200 but 0000 read! DONE! Exiting program mode... Hi, I...

When building picberry under Raspberry Pi OS 64bit, the resulting binary won't produce working targets. Output looks like this...: pi@ak-test-pi:~/temp $ sudo picberry -f pic24fjxxxga3xx -g 27,23,22 -w edr012.sprint_prototype.X.production.prod_02f63a50.hex picberry...