PIC16F18426 Loop error

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times
Contact:

PIC16F18426 Loop error

Post by seokgi »

Hi! Matrix FC

I am always thankful for the quick answer.
I just bought FC8.

I am in trouble. I want to run it only once but I am looping. It was strange when we programed it, but it is the same result. Help.

Thank you.
Attachments
test.png
(103.41 KiB) Downloaded 1090 times
test.fcfx
(10.9 KiB) Downloaded 174 times

User avatar
Steve
Matrix Staff
Posts: 3418
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: PIC16F18426 Loop error

Post by Steve »

I suspect it is the watchdog timer. You will need to clear this periodically, or it will reset the microcontroller.

seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times
Contact:

Re: PIC16F18426 Loop error

Post by seokgi »

I will Try .

Thank you

seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times
Contact:

Re: PIC16F18426 Loop error

Post by seokgi »

thank you
solved.

Another Question.

Do you have DRV10983 BLDC Driver?

I'm so difficult.

Thank you So Much

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: PIC16F18426 Loop error

Post by Benj »

Hello,

The brushless driver looks interesting and fairly simple. I'll add it to the list. I've just ordered a module so I can have a play.

For now you should be able to interface to the driver using the I2C Master component or the PWM component.

A beginners guide on the I2C component can be found here.

Post Reply