Search found 68 matches

by Maverick
Fri Feb 23, 2024 3:17 pm
Forum: General
Topic: DAC output not appearing on alternate pin RB7
Replies: 2
Views: 159

Re: DAC output not appearing on alternate pin RB7

Thanks Ben, worked fine
by Maverick
Fri Feb 23, 2024 10:44 am
Forum: General
Topic: DAC output not appearing on alternate pin RB7
Replies: 2
Views: 159

DAC output not appearing on alternate pin RB7

Hi The attached code for PIC16F1789 (written under V9) is setup to direct DACoutput1 to port RB7 instead of RA2. The code worked last time it was compiled on version 9. V10 simulator shows the correct value but a programmed chip does not. DAC Voltage is set at 3.1V, I measure 1.6V on RB7 (pin40) and...
by Maverick
Wed Jul 05, 2023 4:04 pm
Forum: General
Topic: private messaging
Replies: 1
Views: 438

private messaging

Hi Ben
Sent a private message to you this morning, it said it's sent but it's still in the outbox
please advise
by Maverick
Thu Mar 23, 2023 5:13 pm
Forum: General
Topic: fail to compile
Replies: 3
Views: 691

Re: fail to compile

Thanks for that, it seems to work
by Maverick
Thu Mar 23, 2023 10:42 am
Forum: General
Topic: fail to compile
Replies: 3
Views: 691

Re: fail to compile

I have redone the fcfx in v9 which does compile fine
by Maverick
Thu Mar 23, 2023 10:16 am
Forum: General
Topic: fail to compile
Replies: 3
Views: 691

fail to compile

Hi
Please advise why the attached does not compile, message file also attached
by Maverick
Thu Mar 23, 2023 10:12 am
Forum: Bug Reports
Topic: dac bits pic16f1778
Replies: 1
Views: 565

Re: adc & dac bits pic16f1778

Hi

Please note also that the ADC bit depth is set to 12bits whereas the data sheet says 10bits
by Maverick
Wed Mar 22, 2023 3:18 pm
Forum: Bug Reports
Topic: Missing components
Replies: 13
Views: 2068

Re: Missing components

Hi

Just ran flowcode 10 update libraries and it found an updated pot slider 2d, After downloading an restarting,
the 2d pot slider reverted back to the original 0 -100%, not the updated one
by Maverick
Tue Mar 21, 2023 4:52 pm
Forum: Bug Reports
Topic: dac bits pic16f1778
Replies: 1
Views: 565

dac bits pic16f1778

Hi
The pic micros below have 8bit and 5bit D-A DAC settings in flowcode whereas the data sheet shows them to be 10bit and 5bit
pic16f1773,/1776/1777/1778/1779 & LF versions
by Maverick
Thu Mar 16, 2023 2:26 pm
Forum: Bug Reports
Topic: Missing components
Replies: 13
Views: 2068

Re: Missing components

Hi Steve The attached file shows the advantage of being able to change reference voltage on pot. in this case instead of Vref voltage of 500 I have 25000 to give a displayed range of 0 -250V. This does not affect the value used by the microcontroller internally(as shown by the DAC voltage) as the a-...