Search found 117 matches

by Sasi
Tue Jul 22, 2025 5:51 pm
Forum: Bug Reports
Topic: PIC16F1779 Timer2 Interrupt problem [SOLVED]
Replies: 6
Views: 2086

Re: PIC16F1779 Timer2 Interrupt problem [SOLVED]

Clock Source Select also works. :D
Thanks!
If you have time to work on the DAC and CCP issues, I would be happy to help you with the testing.
Sasi
by Sasi
Tue Jul 22, 2025 2:43 pm
Forum: Bug Reports
Topic: PIC16F1779 Timer2 Interrupt problem [SOLVED]
Replies: 6
Views: 2086

Re: PIC16F1779 Timer2 Interrupt problem

Great! Now the Timer2 Interrupt works. :D
Thank you very much.
Regards,
Sasi
by Sasi
Tue Jul 22, 2025 1:01 pm
Forum: Bug Reports
Topic: PIC16F1779 Timer2 Interrupt problem [SOLVED]
Replies: 6
Views: 2086

Re: PIC16F1779 Timer2 Interrupt problem

Hi Martin,
I tried it on hardware (Curiosity HPC Board), but unfortunately the Timer2 interrupt does not work with the modification.
Sasi
by Sasi
Sat Jul 19, 2025 1:36 pm
Forum: Bug Reports
Topic: PIC16F1779 Timer2 Interrupt problem [SOLVED]
Replies: 6
Views: 2086

PIC16F1779 Timer2 Interrupt problem [SOLVED]

Hello, The Timer2 interrupt of the PIC16F1779 MCU is not working for me in Flowcode10. Martin (medelec35) sent me a modified 16F1779.fcdx file that I tested with. https://www.flowcode.co.uk/forums/viewtopic.php?t=3215 I would be happy if you could investigate it. Thanks, Sasi 16F1779.fcdx PIC16F1779...
by Sasi
Fri Jul 18, 2025 9:46 am
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 8
Views: 10576

Re: PIC16F1779 DAC and PWM problem

Hi Martin, The parts have arrived. :) I tried the 10-bit ADCs with the modifications you sent. Channels 1 and 2 work, but the output of channels 5 and 6 does not. (Note: If I select FVR as the reference voltage source, the voltage value cannot be selected in the Properties window.) I could not get t...
by Sasi
Sun Jul 13, 2025 11:29 am
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 8
Views: 10576

Re: PIC16F1779 DAC and PWM problem

Hi Martin! I tried the new .fcdx file and I find that the period register value in the Properties window cannot be greater than 255. Regarding PWM solutions, I remember using the PIC12F1572 MCU PWM peripheral in a project under Flowcode7. The PIC12F1572 does not have a CCP module, it only has 3 PWM ...
by Sasi
Fri Jul 11, 2025 9:55 am
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 8
Views: 10576

Re: PIC16F1779 DAC and PWM problem

Hi Martin, Thanks for your support. Unfortunately the MCUs have not arrived yet. I ordered them from Mouser along with some standard parts and they are still in "Export Review" status. They have not sent any notification about the reasons, they do not respond to emails. I have had good exp...
by Sasi
Fri Jul 04, 2025 3:05 pm
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 8
Views: 10576

Re: PIC16F1779 DAC and PWM problem

I forgot to write that I will of course give feedback on the operation of your modifications as soon as the chips arrive.
I replaced the 16F1779.fcdx file and now DAC channels 1, 2, 5, 6 appear as 10-bit in the "Properties" window. :D
Thanks again.
by Sasi
Fri Jul 04, 2025 1:59 pm
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 8
Views: 10576

Re: PIC16F1779 DAC and PWM problem

Hi Martin!
Thanks for your answer.
I'm expecting the microcontrollers by the middle of next week, so I can't test the peripherals on hardware yet.
I just tried to see if Flowcode would be a suitable development environment for this MCU.
That's how I found these oddities.
Regards,
Sasi
by Sasi
Thu Jul 03, 2025 9:50 pm
Forum: General
Topic: PIC16F1779 DAC and PWM problem
Replies: 8
Views: 10576

PIC16F1779 DAC and PWM problem

Hello, I would like to use the PIC16F1779 MCU in a new project. According to the Microchip datasheet, it has 4 10-bit DACs and 4 5-bit DACs. I want to use the 10-bit DACs, but they only appear as 8-bit DACs in Flowcode. (Note: The 5-bit DACs all have their outputs routed to the B2 port pin, and I ca...