Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-10-31 Thread Jan Wagemakers
Hello, Jaakko has released a 1.9 ALPHA test version of picprog. With this 1.9 ALPHA version I can read/write/erase a pic12f635. Can you test if this 1.9 ALPHA version of picprog works for you? http://www.iki.fi/hyvatti/pic/picprog-1.9alpha.tar.gz -- Met vriendelijke groetjes - Jan

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-06-30 Thread Jan Wagemakers
Jaakko, I have made some minor changes[ยน] to hexfile.cc and picport.cc and now it is possible to read/write a pic12f635. Alexander Zangerl, has confirmed that this also works for him. Off course, the changes made are probably not a good solution and I have not tested if it breaks other things.

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-06-28 Thread Alexander Zangerl
On Fri, 18 May 2007 09:53:17 +0200, Jan Wagemakers writes: Alexander Zangerl schreef: What do you mean by if the config size is set to three? Do you mean that you change the chip definition line to something like this ? {pic12f635, 1024, 0, 0x3000, 3, 14, 0, 0, flash4, 128, eeprom, 0x0fa0},

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-05-18 Thread Jan Wagemakers
Alexander Zangerl schreef: What do you mean by if the config size is set to three? Do you mean that you change the chip definition line to something like this? {pic12f635, 1024, 0, 0x3000, 3, 14, 0, 0, flash4, 128, eeprom, 0x0fa0}, sorry for the late response; that's what i meant. I have

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-05-16 Thread Alexander Zangerl
On Sat, 28 Apr 2007 12:05:34 +0200, Jan Wagemakers writes: Alexander Zangerl schreef: + // 635: has 2 calibration words in 2008 and 2009, no osccal + {pic12f635, 1024, 0, 0x3000, 1, 14, 0, 0, flash4, 128, eeprom, 0x0fa0} , + + // 18f original series // Multi-panel writes //

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-04-28 Thread Jan Wagemakers
Alexander Zangerl schreef: + // 635: has 2 calibration words in 2008 and 2009, no osccal + {pic12f635, 1024, 0, 0x3000, 1, 14, 0, 0, flash4, 128, eeprom, 0x0fa0}, + + // 18f original series // Multi-panel writes // Write Buffer Size 8 However, picprog doesn't properly

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-03-31 Thread Jan Wagemakers
Jan Wagemakers schreef: I have applied the chip definition for the PIC12F635-patch by Alexander Zangerl, but that patch doesn't seem to work for me. This is what I get: | pts/5 jan ~/picprog.12f635/picprog-1.8.3$ ./picprog --pic /dev/ttyS1 --output /tmp/pic1.hex | Picprog version

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-03-10 Thread Jan Wagemakers
Yesterday, I have received the pic12f635 samples. So, I have done some testings. I have applied the chip definition for the PIC12F635-patch by Alexander Zangerl, but that patch doesn't seem to work for me. This is what I get: | pts/5 jan ~/picprog.12f635/picprog-1.8.3$ ./picprog --pic

Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-02-27 Thread Alexander Zangerl
Package: picprog Version: 1.8.3-1 Severity: normal Picprog lacks the chip definition for the PIC12F635, which is easy to fix: --- picprog-1.8.3/hexfile.cc2006-09-25 01:05:41.0 +1000 +++ /home/az/hexfile.cc.patched 2007-02-28 12:29:01.0 +1000 @@ -224,9 +224,12 @@