From: Jasper W. <ja...@po...> - 2009-03-06 21:39:22
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've just got a upp and i'm trying to program pic 16f88's - i can read them fine, but eraseing them gives error '3', looking at the firmware source the case statment in the bulk_erase function in uc_code/upp/prog.c dosn't have a case for P16F88 - and so it drops through to the default. Is that intentional, or is it just that the case statement is missing? - -- [http://pointless.net/] [0x2ECA0975] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (NetBSD) iQEVAwUBSbGOYwCB+Qwuygl1AQLUNwf/SfQlF22/ucWAfHHj2IPkLJ1mfFr4kBHw Eli7/1dKgVlE6DbstHIGU2rlIZAsylgNlHKuCmY5/G11nuX4o42TG4Iw5aA4s7mw J68TxEklj/pp7fothY7P+GD45WGsCNsjpC70/tJQTzSFyBZzZ75Qfa7zejV04fmI EHyFbuiRGDOwpAFVste5413pRma+RPOKOe+NUPUJeNdY7gNlmnVUj8NMFsSwIh71 Y+dSc5oWQsA1D+I4DvFa+7TDktlZMtHxDMLSOQPjXOxOdgW76/ZpoFjMJNQAAojl Pg0CExgsnAnvuh9BA62ACCrMUi1CPRJozY0nxM1yXARsJN362nocgA== =q8JO -----END PGP SIGNATURE----- |
From: Frans S. <fra...@gm...> - 2009-03-07 19:31:10
|
Hi Jasper, The 16F88 should be implemented, also in the bulk erase from revision 552. The fact that you don't see it in the case statement is because the 16F88 has the same protocol as the 16F87. It should not return 3 though. Have you loaded the latest firmware (available from the snapshot download page on usbpicprog.org) It's true that I haven't tested the 16F88 and in the stable release it is not yet implemented, so expect some bugs for this device... Cheers, Frans Jasper Wallace wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi, > > I've just got a upp and i'm trying to program pic 16f88's - i can read > them fine, but eraseing them gives error '3', looking at the firmware > source the case statment in the bulk_erase function in uc_code/upp/prog.c > dosn't have a case for P16F88 - and so it drops through to the default. > > Is that intentional, or is it just that the case statement is missing? > > - -- > [http://pointless.net/] [0x2ECA0975] > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (NetBSD) > > iQEVAwUBSbGOYwCB+Qwuygl1AQLUNwf/SfQlF22/ucWAfHHj2IPkLJ1mfFr4kBHw > Eli7/1dKgVlE6DbstHIGU2rlIZAsylgNlHKuCmY5/G11nuX4o42TG4Iw5aA4s7mw > J68TxEklj/pp7fothY7P+GD45WGsCNsjpC70/tJQTzSFyBZzZ75Qfa7zejV04fmI > EHyFbuiRGDOwpAFVste5413pRma+RPOKOe+NUPUJeNdY7gNlmnVUj8NMFsSwIh71 > Y+dSc5oWQsA1D+I4DvFa+7TDktlZMtHxDMLSOQPjXOxOdgW76/ZpoFjMJNQAAojl > Pg0CExgsnAnvuh9BA62ACCrMUi1CPRJozY0nxM1yXARsJN362nocgA== > =q8JO > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |
From: Jasper W. <ja...@po...> - 2009-03-08 11:23:04
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 7 Mar 2009, Frans Schreuder wrote: > Hi Jasper, > > The 16F88 should be implemented, also in the bulk erase from revision 552. > The fact that you don't see it in the case statement is because the > 16F88 has the same protocol as the 16F87. It should not return 3 though. > Have you loaded the latest firmware (available from the snapshot > download page on usbpicprog.org) how to i upgrade the firmware? do i need to change the jumpers on the self prog header? > It's true that I haven't tested the 16F88 and in the stable release it > is not yet implemented, so expect some bugs for this device... - -- [http://pointless.net/] [0x2ECA0975] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (NetBSD) iQEVAwUBSbOqswCB+Qwuygl1AQLFKQf+I4nnAJPPpDIeNkSSCaZZcsBKJ48hFmmN NHORSIeDVZVl8Sv+4LFc63wF9Y7vD1j+8GYH1ndJu8uvNyY8pOzxVFKLLVf/cix9 Biw9Mt/j64vSZ0ISgCiCS31SYxezYKV1f0gPXLVEes9/GQvX3UX71DIsbJFPxemA Jlhc68Jzt+oqaui2gwgGdihnoTLl5boesrXVE/MfbgUnsK1XMDRT8YR+jsXaV6xS CAbJbAe3zlRDdXQyzyatTWFFQlvafJNdv1f0d4c3fPtX6UWzYlHd6DL+apzDeHbO 2Ll2KK1xZD1ZHRSVY+xf4KRjLUEUR3r/f0a788StjgEnzRHDg6bkGQ== =EULA -----END PGP SIGNATURE----- |
From: Frans S. <fra...@gm...> - 2009-03-09 13:44:34
|
Hi Jasper, Please have a look at this page: http://usbpicprog.org/?page_id=6 Does that answer your question? Regards, Frans Schreuder Jasper Wallace wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sat, 7 Mar 2009, Frans Schreuder wrote: > > >> Hi Jasper, >> >> The 16F88 should be implemented, also in the bulk erase from revision 552. >> The fact that you don't see it in the case statement is because the >> 16F88 has the same protocol as the 16F87. It should not return 3 though. >> Have you loaded the latest firmware (available from the snapshot >> download page on usbpicprog.org) >> > > how to i upgrade the firmware? do i need to change the jumpers on the self > prog header? > > >> It's true that I haven't tested the 16F88 and in the stable release it >> is not yet implemented, so expect some bugs for this device... >> > > - -- > [http://pointless.net/] [0x2ECA0975] > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (NetBSD) > > iQEVAwUBSbOqswCB+Qwuygl1AQLFKQf+I4nnAJPPpDIeNkSSCaZZcsBKJ48hFmmN > NHORSIeDVZVl8Sv+4LFc63wF9Y7vD1j+8GYH1ndJu8uvNyY8pOzxVFKLLVf/cix9 > Biw9Mt/j64vSZ0ISgCiCS31SYxezYKV1f0gPXLVEes9/GQvX3UX71DIsbJFPxemA > Jlhc68Jzt+oqaui2gwgGdihnoTLl5boesrXVE/MfbgUnsK1XMDRT8YR+jsXaV6xS > CAbJbAe3zlRDdXQyzyatTWFFQlvafJNdv1f0d4c3fPtX6UWzYlHd6DL+apzDeHbO > 2Ll2KK1xZD1ZHRSVY+xf4KRjLUEUR3r/f0a788StjgEnzRHDg6bkGQ== > =EULA > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |
From: Jasper W. <ja...@po...> - 2009-03-09 20:41:35
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 9 Mar 2009, Frans Schreuder wrote: > Hi Jasper, > > Please have a look at this page: > http://usbpicprog.org/?page_id=6 > Does that answer your question? Hi, yes, Sorry i found that shortly after posting to the list. I've updated the usbpicprog with the firmware from svn, however i don't seem to be able to program the 16f88. I'm not sure if it's my icsp cable (an old ide cable with a bunch of jumper leads on the end, the pic i'm trying to program is on some breadboard with no other components), or something else. I'm trying to get ahead with my project atm, so i've gone back to my old jdm programmer for the moment (which i've never got working with icsp either). - -- [http://pointless.net/] [0x2ECA0975] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (NetBSD) iQEVAwUBSbV/CgCB+Qwuygl1AQLSQwf/V0BR9QIWQFceNmqMR89q7D8KwqGBN8ln gCJ2zlKcVzrDiurb4VySJ3lnC7rwFgGF+FtEk3BlpKByWVBN1ZUvn4jSuSjRF8iK TZsv14G9AB54bfKbDZTbwVESIBO7enLiAeWjaIo3+Qh7321uwo4K2Phtk7PqE8tH zrT5mhYYWFuna4SonpAqvm0qU3Te7sZFK7lIqLQSdkJP9il2A65RAjsONz4lHqWl RcEibrNx52GOMYoK1qRNBN451/TwGkRQH5l+/guoGSYvahTfUl3e1WMSzDT/moGz iuvdcpShVDRliDjPwc/N2pFXfFmTuvjtekoBtF7nSyowKJVmqV2IpA== =cDKR -----END PGP SIGNATURE----- |
From: Frans S. <fra...@gm...> - 2009-03-10 07:21:25
|
Hi Jasper, Did the software autodetect the 16F88 as a device? I am pretty sure that if it didn't autodetect it, something should be wrong with the cable or your breadboard... Cheers, Frans > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Mon, 9 Mar 2009, Frans Schreuder wrote: > > >> Hi Jasper, >> >> Please have a look at this page: >> http://usbpicprog.org/?page_id=6 >> Does that answer your question? >> > > Hi, > > yes, Sorry i found that shortly after posting to the list. > > I've updated the usbpicprog with the firmware from svn, however i don't seem > to be able to program the 16f88. I'm not sure if it's my icsp cable (an old > ide cable with a bunch of jumper leads on the end, the pic i'm trying to > program is on some breadboard with no other components), or something else. > > I'm trying to get ahead with my project atm, so i've gone back to my old jdm > programmer for the moment (which i've never got working with icsp either). > > - -- > [http://pointless.net/] [0x2ECA0975] > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (NetBSD) > > iQEVAwUBSbV/CgCB+Qwuygl1AQLSQwf/V0BR9QIWQFceNmqMR89q7D8KwqGBN8ln > gCJ2zlKcVzrDiurb4VySJ3lnC7rwFgGF+FtEk3BlpKByWVBN1ZUvn4jSuSjRF8iK > TZsv14G9AB54bfKbDZTbwVESIBO7enLiAeWjaIo3+Qh7321uwo4K2Phtk7PqE8tH > zrT5mhYYWFuna4SonpAqvm0qU3Te7sZFK7lIqLQSdkJP9il2A65RAjsONz4lHqWl > RcEibrNx52GOMYoK1qRNBN451/TwGkRQH5l+/guoGSYvahTfUl3e1WMSzDT/moGz > iuvdcpShVDRliDjPwc/N2pFXfFmTuvjtekoBtF7nSyowKJVmqV2IpA== > =cDKR > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |
From: Jasper W. <ja...@po...> - 2009-03-18 20:04:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 10 Mar 2009, Frans Schreuder wrote: > Hi Jasper, > > Did the software autodetect the 16F88 as a device? > I am pretty sure that if it didn't autodetect it, something should be wrong > with the cable or your breadboard... Hi, I've had a chance to look at this again. My usbpic prog is now programmed with svn version 552 firmware, and i've using usbpicprog rev 559 on ubuntu 8.10. usbpicprog corectly identifies 16F88's and a 16F84A. Using the commandline I can successfully read the 16F84A and reprogram it. If i swap the 16F84A for a 16F88 the pic programmer appears to be able to read the pic, but the results are all 1's (i.e. 0xff for data memory, 0xff3f for code memory). If i try to write to the 16F88 it appears to write correctly (the pic programmer returns '2' for each chunk written, and 1 when it's done (i added some debugging)), but when the pic is put into a jdm programmer and read it's blank. So it looks as if 16F88's can be neither written or read. Also if i use the usbpicprog gui it hangs on reading and writing with both the 16F88 and 16F84A I need the Hightech C18 compiler to compile the upp firmware? does anyone have a good link to what needs to be done to get it running under wine? - -- [http://pointless.net/] [0x2ECA0975] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (NetBSD) iQEVAwUBScFT1ACB+Qwuygl1AQKvzQf/Suk0E36uugl/gDGZETTElDeQeDLcZXZO +jphk2Dqjnr823EDapH3fqOC68so7gfLZyCZfdokWwhFZa4BKC09+yVQ32z2F9ki dQvEN+gyte9NYZaVKb5yCmH+QE+mbrfL3T21L/oHvujvRHHSHM6SwnCMnC5zyLPu pBLt+ElOAIFICKft/sGP2cO5V1mRv4e6E6OsL24ti4pQ7D9sDiXGuQQtDCyRah7J DeN+FmwRCTpQTUESXmDcCDlVpa67G1VkmYxv2F6KHq2oN6z52WT1JBNTwDEpiGnZ +PPNuhhzE4foPWENryrg1Op0PX+JIoSCdCAdf65VWWSZASxEEBq11g== =NHO7 -----END PGP SIGNATURE----- |
From: Frans S. <fra...@gm...> - 2009-03-19 07:55:28
|
Hi Jasper, > > My usbpic prog is now programmed with svn version 552 firmware, and i've > using usbpicprog rev 559 on ubuntu 8.10. > > usbpicprog corectly identifies 16F88's and a 16F84A. Using the commandline > I can successfully read the 16F84A and reprogram it. If i swap the 16F84A > for a 16F88 the pic programmer appears to be able to read the pic, but the > results are all 1's (i.e. 0xff for data memory, 0xff3f for code memory). > > This seems to be a bug then. Unfortunately I don't have the chance anymore to test all the devices I implement, since microchip doesn't send free samples anymore :'( I will put a note on the website that 16F88 is not working properly and I'll have a good look through the code. > If i try to write to the 16F88 it appears to write correctly (the pic > programmer returns '2' for each chunk written, and 1 when it's done (i added > some debugging)), but when the pic is put into a jdm programmer and read > it's blank. > ok, so it seems reading is ok (as it reads ff3f) but writing doesn't work. > Also if i use the usbpicprog gui it hangs on reading and writing with both > the 16F88 and 16F84A > well, can you tell me when it hangs (maybe a screenshot)? Does it give a segfault? How about 0.2.0 of the software? does it also hang on the 16F84A? Did you use the .deb package or did you build it yourself? > I need the Hightech C18 compiler to compile the upp firmware? does anyone > have a good link to what needs to be done to get it running under wine? > No, it's the Microchip C18 compiler that I use Cheers, Frans |