Search found 5 matches

by baz_w
Tue Oct 24, 2023 3:11 pm
Forum: Bug Reports
Topic: pic12f1571 no PWM
Replies: 2
Views: 4909

Re: pic12f1571 no PWM

Hi Ben, forgot to mention that all is OK in simulation but will not work when programmed in to a chip, have tried 3 chips all with the same problem. sorry for the delay in replying but been away.
Barry
by baz_w
Wed Sep 20, 2023 3:07 pm
Forum: Bug Reports
Topic: pic12f1571 no PWM
Replies: 2
Views: 4909

pic12f1571 no PWM

No pwm output on any channel, I have tried both 8 and 12 bit set duty cycle on all 3 channels but to no avail, Am running at 16MHz clock with a 16KHz PWM frequency. Have tried all combinations of OSCCON system select bits. Analog inputs work OK. Did have a problem with having OSCCON as the first sta...
by baz_w
Tue Mar 14, 2023 11:18 am
Forum: Bug Reports
Topic: PIC16F1615 DAC module not working FC9
Replies: 1
Views: 514

PIC16F1615 DAC module not working FC9

Hi, I have a problem with the DAC module in FC9 on the PIC16F1615, the output seems to be stuck at 4.5V output no matter what value is set in the DAC_Value in the SetOutput icon. is this a bug in FC9??
by baz_w
Wed May 18, 2022 5:00 pm
Forum: General
Topic: enable weak pullups on PIC16F818
Replies: 3
Views: 1147

Re: enable weak pullups on PIC16F818

That got it. many thanks
by baz_w
Sun May 15, 2022 4:39 pm
Forum: General
Topic: enable weak pullups on PIC16F818
Replies: 3
Views: 1147

enable weak pullups on PIC16F818

Hi I am trying to enable the weak pullups on a pic 16F818 in FC9 have tried " OPTION_REG& bits.RBPU = 0; " in a C code icon . However on trying to compile I get an error (192) undefined identifier "OPTION_REG7". How do I set up the weak pullups, anybody got any idea.