Search found 14 matches

by spryderweb
Wed Jul 25, 2018 8:48 pm
Forum: Flowcode V8
Topic: Library of PIC Controllers
Replies: 3
Views: 3870

Re: Library of PIC Controllers

Thanks Steve. Exactly what I was looking for.
by spryderweb
Wed Jul 25, 2018 7:51 pm
Forum: Flowcode V8
Topic: Library of PIC Controllers
Replies: 3
Views: 3870

Library of PIC Controllers

Hello,
I am starting a new project and I want to use the PIC16F19196. It does not show up in my list on Flowcode. I use V8. Is there a library out there that is accessible? I basically just need a 64 pin PIC but I don't see one on Flowcode8. Lots of logic going on.
Thanks
by spryderweb
Tue Jul 10, 2018 10:53 pm
Forum: Flowcode V5 Issues
Topic: Migration Issue with ANSEL bit
Replies: 4
Views: 6106

Re: Migration Issue with ANSEL bit

BINGO!
I have tried so many combinations of the config! Must have missed that one. I do have the MCLR pulled high.

Thanks so much. Appreciate the help.
by spryderweb
Tue Jul 10, 2018 10:06 pm
Forum: Flowcode V5 Issues
Topic: Migration Issue with ANSEL bit
Replies: 4
Views: 6106

Re: Migration Issue with ANSEL bit

Great. Thanks, that is what I thought. I have attached the program. Would love for you to take a look. It may be how I am configuring the chip but I can't find any info on that.
Thanks again for the help.
by spryderweb
Tue Jul 10, 2018 6:51 pm
Forum: Flowcode V5 Issues
Topic: Migration Issue with ANSEL bit
Replies: 4
Views: 6106

Migration Issue with ANSEL bit

I am currently migrating from a 16f876a to a 16f886 and having some issues. The biggest seems to be a difference in the ANSEL bits. I thought it would be just be configuring the new chip and be done. To start my program has been running great on the 876a but does not on the 886. The migration docume...
by spryderweb
Wed Oct 07, 2015 12:00 am
Forum: General Programming
Topic: Storing Variables
Replies: 3
Views: 4218

Re: Storing Variables

Great, thanks. Do you have any samples showing reading and writing to EEPROM? I don't know how to write C so Flowcode is the best I can do. I've been messing with it a bit here.
by spryderweb
Tue Oct 06, 2015 10:45 pm
Forum: General Programming
Topic: Storing Variables
Replies: 3
Views: 4218

Storing Variables

I am using Flowcode 5. I have a program that auto adjusts a variable called SPEED. Its a pretty simple routine. Here is the problem. When I run the program the auto adjust works fine. Say I initialize it at 50 and after the auto adjust routine it ends up at 55. Perfect. But if the program is stopped...
by spryderweb
Tue Oct 06, 2015 10:35 pm
Forum: General Programming
Topic: Help with TMR0 on a 16F876A
Replies: 3
Views: 4466

Re: Help with TMR0 on a 16F876A

Thanks for help guys. The one second flasher you wanted me to try did work properly. Turns out I was making it way to complicated. Used an easier method and it works fine now

Thanks
by spryderweb
Mon Oct 05, 2015 3:17 am
Forum: General Programming
Topic: Help with TMR0 on a 16F876A
Replies: 3
Views: 4466

Help with TMR0 on a 16F876A

Hello, I am trying to create a simple interrupt to keep track of time. I enable TMR0 and my clock source is set to Internal. I am using a prescaler of 1:256. I am using a 4MHz clock on the osc1/ocs2 pins. The problem is that the macro for the interrupt never gets called. The interrupt is enabled. I ...
by spryderweb
Tue Oct 19, 2010 6:30 pm
Forum: General / Misc
Topic: Flowcode v3 help with floating variables
Replies: 1
Views: 7056

Flowcode v3 help with floating variables

How can I create a floating variable ie. real number (decimal). I need to create a calculation that is equal to a decimal number for voltage control. For example....need 1.2 volts not 1 volt.
Thanks
by spryderweb
Wed Jul 23, 2008 8:41 pm
Forum: General Programming
Topic: Programming a PIC12F629
Replies: 7
Views: 6127

Re: Programming a PIC12F629

Very helpful, thank you.

Can I change the advance configuration in Flowcode? I see where I can go to the expert config screen but don't see where to do this?
by spryderweb
Wed Jul 23, 2008 3:11 pm
Forum: General Programming
Topic: Programming a PIC12F629
Replies: 7
Views: 6127

Re: Programming a PIC12F629

Clock Speed set at 19.6MHz

Your second statement might be it. I am trying to light and LED using pin 5. Opps. The other is with pin 3 and that doesn't work either. humm I'll try a different configuration of pins.
by spryderweb
Wed Jul 23, 2008 2:20 pm
Forum: General Programming
Topic: Programming a PIC12F629
Replies: 7
Views: 6127

Re: Programming a PIC12F629

Using the simple config in Flowcode I entered the following:

Select Chip 12F629
Oscillator XTAL
Watchdog OFF

If I change the Oscillator to RC it give me a OSCCAL error.

Is this what your looking for?
by spryderweb
Tue Jul 22, 2008 6:43 pm
Forum: General Programming
Topic: Programming a PIC12F629
Replies: 7
Views: 6127

Programming a PIC12F629

I am having issues programming the '629 and getting it to work on the development board ver3 HP-488-00-3. I use flowcode. After I compile to chip it says that it is finished but nothing works on the board. I have tried something as simple a just turning on a port so the LED will light. If I use the ...