Search found 7 matches
- Thu Sep 07, 2017 6:29 pm
- Forum: Bug reports
- Topic: Possible PIC16F1713 ADC Vref bug
- Replies: 1
- Views: 2033
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...
- Sun Jul 23, 2017 11:49 pm
- Forum: Feature requests
- Topic: Request adding PIC16F1713
- Replies: 7
- Views: 6343
Re: Request adding PIC16F1713
Thank you for the detailed instructions. All is working as expected now.
- Sun Jul 23, 2017 8:18 pm
- Forum: Feature requests
- Topic: Request adding PIC16F1713
- Replies: 7
- Views: 6343
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.
I have tried FVRCON = 0x8A; but I believe it is just being overwritten with the default 1x (1.024V) value.
- Fri Jun 16, 2017 8:04 pm
- Forum: Feature requests
- Topic: Request adding PIC16F1713
- Replies: 7
- Views: 6343
Re: Request adding PIC16F1713
Thank you! I will let you know if I have any issues.
- Fri Jun 16, 2017 4:08 pm
- Forum: Feature requests
- Topic: Request adding PIC16F1713
- Replies: 7
- Views: 6343
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?
Would it be possible to add this part to Flowcode?
- Thu Apr 20, 2017 7:44 pm
- Forum: 8-Bit PIC
- Topic: PIC16F1708 Timer 2 compile error
- Replies: 3
- Views: 3883
Re: PIC16F1708 Timer 2 compile error
That fixed it, thank you for the quick response!
- Thu Apr 20, 2017 4:42 pm
- Forum: 8-Bit PIC
- Topic: PIC16F1708 Timer 2 compile error
- Replies: 3
- Views: 3883
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 ...