Page 1 of 1

internal oscillator issue

Posted: Tue May 24, 2016 2:20 pm
by mesut25
Hi all. I am trying to find the correct option in FlowCode 5 for PIC, to set the INTERNAL oscillator for my PIC 16F628A

The flip-flop circuit LED steady

I've tried all the hz
problem ?
Thank you for help

Re: internal oscillator issue

Posted: Tue May 24, 2016 5:29 pm
by Benj
Hello,

It looks like the default rate should be 4MHz so your settings look correct.

The problem with your code is there is no delay for when the LED is switched off.

Have you tried a 1 second flasher test?
http://www.matrixtsl.com/wiki/index.php ... ED_flasher

Also warning your config options have Code Protection and Data EE Protection switched on. Probably not what you want when your starting out or developing new code.

Re: internal oscillator issue

Posted: Tue May 24, 2016 6:50 pm
by mesut25
Benj wrote:Hello,

It looks like the default rate should be 4MHz so your settings look correct.

The problem with your code is there is no delay for when the LED is switched off.

Have you tried a 1 second flasher test?
http://www.matrixtsl.com/wiki/index.php ... ED_flasher

Also warning your config options have Code Protection and Data EE Protection switched on. Probably not what you want when your starting out or developing new code.
sorun çözüldü :lol: Thank you