Search found 15 matches

by mjs7770
Fri May 04, 2007 11:40 am
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Steve,

Just one last thing before Monday.
Do I use the original .fcd file, the replacement one you sent, or the modified one with the brackets; or some combination???

Best regards,

Michael
by mjs7770
Fri May 04, 2007 11:01 am
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Steve/Mark Does the "inappropriate osccal value" mean that if the pic12f629 was "misprogrammed" in my earlier attempts with the original .fcd file and IncXCmd checked, that the chip cannot be programmed properly now? Steve, what I am thinking is that when you programmed the chip ...
by mjs7770
Fri May 04, 2007 10:47 am
Forum: Flowcode V2 & V3
Topic: PIC16F688- Unable to access full 256 bytes RAM
Replies: 3
Views: 3846

Thanks Steve and Mark,

I'll just create 2 arrays and move between them.

Best regards,

Michael
by mjs7770
Fri May 04, 2007 10:02 am
Forum: Flowcode V2 & V3
Topic: PIC16F688- Unable to access full 256 bytes RAM
Replies: 3
Views: 3846

PIC16F688- Unable to access full 256 bytes RAM

Steve/Ben, In Flowcode, I am using a PIC16F688. (256 bytes RAM, 256 bytes EEPROM). I have a few variables and one array variable. When compiling the hex program the total RAM used is only about 50% of the 256 bytes. I just cannot get it to access the full RAM. I have had to reduce the array size rig...
by mjs7770
Fri May 04, 2007 9:55 am
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Steve/Mark Thanks greatly for the assistance. I have ordered 3 new pic12f629 chips, but it looks like the problem may not be a faulty chip. Unfortunately, this is now a bit beyond my technical capability- I'm a Flowcode convert! But please, I hope you can solve the problem(s), and I will help as nee...
by mjs7770
Wed May 02, 2007 1:37 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Hi Steve, Thanks for the effort- it's very frustrating here too. I have double checked that I correctly put the "IncX" in properly. Even when I restart Flowcode and check again, the setting for "IncX" is still unchecked. When running PPP I get: Version 3.8.11.24 Firmware version ...
by mjs7770
Tue May 01, 2007 7:21 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Hi Steve, I had an idea. I looked over the documentation for E-blocks Version 3 development board (Document code: HP488-30-3). On page 14 there are pin out details for the different devices. On page 16 at the top, there are 2 pictures- one for the 8 pin device and one for the 14 pin device. It appea...
by mjs7770
Tue May 01, 2007 6:58 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Hi Steve, Thanks for the idea. I just tried "Use IncX Cmd" off- but unfortunately, no success. Also tried it with all 3 different .fcd files. No success. It did take slightly longer to compile, but we are only talking a couple of seconds. I guess it's back to the drawing board.:( Best rega...
by mjs7770
Tue May 01, 2007 11:01 am
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Hi Steve, I tried: Code: OutputCmdOneBit="trisio = trisio & %i;\nif (%o)\n\tgpio = (gpio & %i) | %m;\nelse\n\tgpio = gpio & %i;\n" and unfortunately it did not work. I also tried it with the original fcd file and the second fcd file you sent the other day. I then tried your sug...
by mjs7770
Mon Apr 30, 2007 6:20 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Hi Steve,
I also tried a very simple Flowcode program-

Begin
Output to led (Port A1)
Delay 1 second
End

Still have the same problem. ie: Runs okay under simulation, compiles ok, but fails on transfer to pic12f629 chip.

Any ideas?

Best regards,

Michael
by mjs7770
Fri Apr 27, 2007 2:17 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

Steve, Thanks for the file. Unfortunately I still get the same error/fail messages. I have placed the new file in the correct folder, because when I go to Flowcode->Chip->Target, it shows both the new 12F629.fcd file and the older one (which I had renamed to 12F629old.fcd). Any ideas? I am desperate...
by mjs7770
Thu Apr 26, 2007 3:52 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629 configuration/program memory failed; PIC16F648A ok
Replies: 28
Views: 24517

PIC12F629 configuration/program memory failed; PIC16F648A ok

Please help! I have been trying to send my program to a PIC12F629. It runs okay in Flowcode 3 simulation, but when I try to transfer it to the chip in the 8/14 pin slot on the version 3 board, it fails with the message below. (If I transfer the same program to a PIC16F648A in the 18 pin slot, it tra...
by mjs7770
Sat Apr 07, 2007 6:50 pm
Forum: Flowcode V2 & V3
Topic: Interrupts on Port A for pic12f629 (No Port B available)
Replies: 1
Views: 3632

Interrupts on Port A for pic12f629 (No Port B available)

Okay, I have my little PIC12F629 almost ready to run. But in Flowcode 3, I seem to only be able to access the Interrupts for port B (RB0 INT and RB port change):( There is only Port A on this little PIC and the Port B Interrupts won't access the PIC12F629. Can someone help me as to how to setup Port...
by mjs7770
Mon Apr 02, 2007 4:28 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629- How to go to SLEEP?
Replies: 8
Views: 7240

Thanks Ben,

That was fast and easy

Best regards,

Michael
by mjs7770
Mon Apr 02, 2007 1:54 pm
Forum: Flowcode V2 & V3
Topic: PIC12F629- How to go to SLEEP?
Replies: 8
Views: 7240

PIC12F629- How to go to SLEEP?

Can someone help me with SLEEP? I am losing a lot of it over this problem.':cry:' Is there a command in Flowcode 3 to put my PIC12F629 to SLEEP by software? I would like to be able to put it to SLEEP at a few places in the code and was wondering how to do this. I cannot find anything in the Help and...