internal oscillator issue

Moderator: Benj

Post Reply
mesut25
Posts: 14
Joined: Mon May 23, 2016 3:01 pm
Has thanked: 3 times
Contact:

internal oscillator issue

Post 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
Attachments
Flowcode1.fcf
(6 KiB) Downloaded 387 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: internal oscillator issue

Post 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.

mesut25
Posts: 14
Joined: Mon May 23, 2016 3:01 pm
Has thanked: 3 times
Contact:

Re: internal oscillator issue

Post 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

Post Reply