Search found 117 matches

by alanwms
Thu Nov 09, 2023 2:58 am
Forum: General
Topic: PWM Dead time
Replies: 4
Views: 7071

Re: PWM Dead time

I'll check that out - Thank you.
by alanwms
Tue Nov 07, 2023 1:30 am
Forum: General
Topic: PWM Dead time
Replies: 4
Views: 7071

Re: PWM Dead time

I was wondering about the implementation in flowcode?
by alanwms
Sun Oct 15, 2023 3:57 pm
Forum: General
Topic: PWM Dead time
Replies: 4
Views: 7071

PWM Dead time

Hello: Has there been any desire or efforts to include the dead time for PWM signals in 16 bit pics? If not then: Any future thoughts for this? Any ideas on implementing dead time? I believe that a significant amount of hardware and thought is required in order to allow H bridge transistor shutoff t...
by alanwms
Mon Apr 10, 2023 2:17 am
Forum: General
Topic: Pic18f2553 Weak Pull up support
Replies: 6
Views: 872

Re: Pic18f2553 Weak Pull up support

Perfect - Thank you
by alanwms
Sat Apr 08, 2023 3:16 pm
Forum: General
Topic: Pic18f2553 Weak Pull up support
Replies: 6
Views: 872

Re: Pic18f2553 Weak Pull up support

Thank you!

Now I just have to figure out how to text that bit 7 bit to be clear.
by alanwms
Fri Apr 07, 2023 7:34 pm
Forum: General
Topic: Pic18f2553 Weak Pull up support
Replies: 6
Views: 872

Pic18f2553 Weak Pull up support

Help would be appreciated. I have FC9 and attempting to enable weak pull up resistors on port B. I don't see that selection in the "project options area. Is that something I have to code in a "C" box? I think it could be "SET WPUB1 = 1" Maybe On the same subject - I can never find a document which l...
by alanwms
Thu Mar 09, 2023 7:28 pm
Forum: General
Topic: Timing Problems
Replies: 11
Views: 1757

Re: Timing Problems

Correct me if I am wrong, but if an interrupt is called while a delay is in process, doesn't that wreck the return stack?
by alanwms
Sun Mar 05, 2023 3:55 pm
Forum: General
Topic: Properties box for the "While Loop" in version FC9
Replies: 9
Views: 1309

Re: Properties box for the "While Loop" in version FC9

In my mind, simply putting a variable inside the "variable" box and not having it somehow automatically set to zero would be ideal. That would give me the flexibility without involving multiple variables to achieve the same thing. I view a variable as a number so there must be a reason that one can'...
by alanwms
Sat Mar 04, 2023 12:47 am
Forum: General
Topic: Properties box for the "While Loop" in version FC9
Replies: 9
Views: 1309

Re: Properties box for the "While Loop" in version FC9

Still confused - The example not only uses a variable, but it has a count in it also. Maybe there's a wiki explanation....
by alanwms
Sat Feb 25, 2023 3:38 pm
Forum: General
Topic: Properties box for the "While Loop" in version FC9
Replies: 9
Views: 1309

Re: Properties box for the "While Loop" in version FC9

For the example where the count box is 20, and the "count using variable" is checked, and the variable is "count" That does not make sense to me since simply using the number 20 in the count box performs the same function. The word "Count" in the variable is redundant. Am I missing someyhing? What I...