View previous topic :: View next topic |
Author |
Message |
dpmohne
Joined: 27 May 2004 Posts: 9
|
set_pwmX_duty() bug fixed in 3.202 |
Posted: Fri Jun 04, 2004 4:13 pm |
|
|
Is there a work around for this issue that I can use in 3.201?
This is the only version I have access to for at least the next couple of days as the holders of the software keys have left for the weekend.
Thanks,
Duane |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Jun 04, 2004 4:30 pm |
|
|
Quote: | set_pwmX_duty() bug fixed in 3.202
Is there a work around for this issue that I can use in 3.201? |
Post the exact line of code (ie., instead of "x"),
and post the PIC you are using. |
|
|
dpmohne
Joined: 27 May 2004 Posts: 9
|
|
Posted: Sun Jun 06, 2004 9:33 am |
|
|
Sorry about not being more specific
I am using both 16f877a's and 16f88's and both have this problem
the line of code in partiular is
Code: |
set_pwm1_duty((long)100);
|
From what I can see in the change log for 3.202 there was a bug introduced in 3.200 and fixed in 3.202. Unfortunatly I am stuck with 3.201.
Thanks
Duane |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Jun 06, 2004 2:45 pm |
|
|
Well, it's Sunday afternoon here. I assumed you would answer
quickly on Friday afternoon and I would come up with a fix.
Since you'll be back in the shop Monday morning and have access
to a compiler update, it hardly seems worth it for me to work
on it now. |
|
|
dpmohne
Joined: 27 May 2004 Posts: 9
|
|
Posted: Sun Jun 06, 2004 3:31 pm |
|
|
PCM programmer wrote: | Well, it's Sunday afternoon here. I assumed you would answer
quickly on Friday afternoon and I would come up with a fix.
Since you'll be back in the shop Monday morning and have access
to a compiler update, it hardly seems worth it for me to work
on it now. |
Thanks, I tought I had hit post before I shut the laptop down to come home.
I am not sure that we are going to update, this beta testing compilers on customers and making them pay for it is for the birds. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Jun 06, 2004 3:39 pm |
|
|
If you decide you truly need a work-around, then let me know. |
|
|
|