PIC 16LF720 Delay 1 s not working

An area to discuss 8-bit PIC specific problems and examples

Moderator: Benj

Post Reply
skammann
Posts: 6
Joined: Sat Jun 10, 2017 6:31 pm
Been thanked: 3 times
Contact:

PIC 16LF720 Delay 1 s not working

Post by skammann »

Hallo,

generated a simple flowcode ( intosc with IO, intosc pllenEnable 500 kHz , uint 0x2fec )

Start

Value 255 Output Port C
WAIT 1 s
Value 0 Output Port C
WAIT 1 s

Go Start

F5 simulation is working

At the PIC , all LED's are on , no visible change

What's wrong ?

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: PIC 16LF720 Delay 1 s not working

Post by medelec35 »

Hi skammann,
The likely cause will be your configuration settings.
You could have left watchdog enabled for example.
Of course as you have not posted your flowchart there is no way of knowing for sure.
If you attach your flowchart, I will take a look at it for you.

Martin.
Martin

skammann
Posts: 6
Joined: Sat Jun 10, 2017 6:31 pm
Been thanked: 3 times
Contact:

Re: PIC 16LF720 Delay 1 s not working

Post by skammann »

Dear Martin,

thank you for your reply, your idea was very good.
Watchdog was enabled , without it's working as requested.

Best regards

Stefan

Post Reply