Search found 9 matches

by sgvideo
Fri May 06, 2011 5:12 pm
Forum: Flowcode V4
Topic: Pic 16f610 simple program.."HELP"
Replies: 5
Views: 3380

Re: Pic 16f610 simple program.."HELP"

Update Hi Martin and Ben After every possible attempt with flowcode and questioning my hardware (it was fine). I had a friend write me simple code in ASM on Microchip IDE software. works without a hitch. My problem is that now I know its the FCD file and not my hardware and that I will be using this...
by sgvideo
Mon May 02, 2011 11:26 am
Forum: Flowcode V4
Topic: Pic 16f610 simple program.."HELP"
Replies: 5
Views: 3380

Re: Pic 16f610 simple program.."HELP"

Hi Thanks for the help. I tried the updated FCD and it still won't run, I tried multiple configurations of the config word as well. I tried different micro on a breadboard and they function. just not the 16f610 Is there soemthing I am missing? or some other issue with FC I am not aware of Thanks Mitch
by sgvideo
Mon May 02, 2011 12:15 am
Forum: Flowcode V4
Topic: Pic 16f610 simple program.."HELP"
Replies: 5
Views: 3380

Pic 16f610 simple program.."HELP"

Hi Ben I have a really simple program that simulates without a problem. it will not run on my hardware. Uses a PIC16F610 in SOIC14 package It is a 3 position dip switch on 1 port and an output on the other running in a loop. if a switch changes, so should the output. This does not happen at all on t...
by sgvideo
Fri Apr 29, 2011 5:52 am
Forum: Flowcode V4
Topic: PIC16F610 FCD file missing or corrupt
Replies: 2
Views: 2141

Re: PIC16F610 FCD file missing or corrupt

Thanks Ben

Appreciate it

Mitch
by sgvideo
Thu Apr 28, 2011 1:23 am
Forum: Flowcode V4
Topic: PIC16F610 FCD file missing or corrupt
Replies: 2
Views: 2141

PIC16F610 FCD file missing or corrupt

Hi Ben

I have a project that uses the PIC16F610, PCB already designed, Flowcode lists the device but I get an error "Unable to create microcontroller 16F610 as the definition file 16F610.FCD is missing or corrupt".
Where can I find the missing file?

Thanks

Mitch
by sgvideo
Fri Mar 27, 2009 12:29 pm
Forum: General / Misc
Topic: LED 7 Seg. Characters "and" numbers
Replies: 1
Views: 2863

Re: LED 7 Seg. Characters "and" numbers

I figured out my own answer, by first clearing the port first and then writing the value in hex to the port for the segments (port b in my case) i do not want (for a common Anode display) and turning on the anode .



M
by sgvideo
Fri Mar 27, 2009 11:07 am
Forum: General / Misc
Topic: LED 7 Seg. Characters "and" numbers
Replies: 1
Views: 2863

LED 7 Seg. Characters "and" numbers

Hi I would like to show some characters on a 7 segment deisplay along with numbers. Using the 7 seg driver, I can show numbers (easily) but cannot figure our how to show letters like F (for fail) b (low bat) P (for pass). I would assume some character definitions need to be changed in the driver its...
by sgvideo
Fri Mar 27, 2009 11:02 am
Forum: General / Misc
Topic: LOW BATTERY WARNING
Replies: 7
Views: 11456

Re: LOW BATTERY WARNING

Thanks Ben

Worked perfectly
by sgvideo
Mon Mar 23, 2009 2:14 am
Forum: General / Misc
Topic: LOW BATTERY WARNING
Replies: 7
Views: 11456

LOW BATTERY WARNING

Hi, I am new to this and did have a few problems with sleep and TMR0 issues on my project that Ben helped me on outside of the forum. At the end of the suggestions and test code, the solution was to not use an existing file and modify for my needs. it turned out to be best to start with a clean and ...