Search found 7 matches

by qwall
Thu Sep 07, 2017 6:29 pm
Forum: Bug reports
Topic: Possible PIC16F1713 ADC Vref bug
Replies: 1
Views: 1900

Possible PIC16F1713 ADC Vref bug

I think there might be a bug for the Vref selection in the PIC_CAL_ADC.c file for ADC Type 26 devices. I am using the FVR as my ADC reference. If I select FVR as the reference, the ADC results are incorrect. However, if I select Vref+ as the reference, the ADC results are correct. I think the case a...
by qwall
Sun Jul 23, 2017 11:49 pm
Forum: Feature requests
Topic: Request adding PIC16F1713
Replies: 7
Views: 5979

Re: Request adding PIC16F1713

Thank you for the detailed instructions. All is working as expected now.
by qwall
Sun Jul 23, 2017 8:18 pm
Forum: Feature requests
Topic: Request adding PIC16F1713
Replies: 7
Views: 5979

Re: Request adding PIC16F1713

Is there a way to set the ADC Ref voltage to FVR 2x (2.048V) or 4x (4.096V)?
I have tried FVRCON = 0x8A; but I believe it is just being overwritten with the default 1x (1.024V) value.
by qwall
Fri Jun 16, 2017 8:04 pm
Forum: Feature requests
Topic: Request adding PIC16F1713
Replies: 7
Views: 5979

Re: Request adding PIC16F1713

Thank you! I will let you know if I have any issues.
by qwall
Fri Jun 16, 2017 4:08 pm
Forum: Feature requests
Topic: Request adding PIC16F1713
Replies: 7
Views: 5979

Request adding PIC16F1713

I have a project that currently uses a PIC16F1708 and due to a redesign I need to move up to the PIC16F1713.
Would it be possible to add this part to Flowcode?
by qwall
Thu Apr 20, 2017 7:44 pm
Forum: 8-Bit PIC
Topic: PIC16F1708 Timer 2 compile error
Replies: 3
Views: 3632

Re: PIC16F1708 Timer 2 compile error

That fixed it, thank you for the quick response!
by qwall
Thu Apr 20, 2017 4:42 pm
Forum: 8-Bit PIC
Topic: PIC16F1708 Timer 2 compile error
Replies: 3
Views: 3632

PIC16F1708 Timer 2 compile error

Flowcode 7.2.1.4 T2CLKCON=0x01; ^ (192) undefined identifier "T2CLKCON" T2PR=125-1; ^ (192) undefined identifier "T2PR" (908) exit status = 1 (908) exit status = 1 According to the datasheet, it appears register T2CLKCON does not exist, the clock source is Fosc/4 and T2PR should be PR2. There are co...