Search found 17 matches
- Tue Dec 05, 2023 12:02 pm
- Forum: Feature Requests
- Topic: New Product
- Replies: 2
- Views: 13539
Re: New Product
It would be astonishing. Is it possible Matrix staff?
- Wed Sep 16, 2020 5:53 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
- Fri Apr 17, 2020 5:49 pm
- Forum: Bug Reports
- Topic: CAN bus on Arduino Uno R3 doesn't work on FC8 only on FC6
- Replies: 1
- Views: 1697
CAN bus on Arduino Uno R3 doesn't work on FC8 only on FC6
I tried to compile one simple flowcode for sending one message to one CAN Bus, it worked on FC6 but not on FC8, on this latest version the error is: "internal CAN not supported on this device", anyone know why is this? 

- Mon Apr 06, 2020 2:08 am
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
yes it's true I went back to Flowcode 6 and everything runned well !
I'm using Flowcode 8 for arduino.
At least I post this problem for anyone know about it.
I'm using Flowcode 8 for arduino.
At least I post this problem for anyone know about it.
- Sat Apr 04, 2020 2:29 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
by what I can see, maybe in Flowcode v8 is missing the GPIO PORT configurations, because I can't see this on C code compiled:
#define porta gpio;
#define trisa trisio;
Could it be?!
#define porta gpio;
#define trisa trisio;
Could it be?!
- Fri Apr 03, 2020 1:38 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
I tested the "blink teste configs 2 XC8 v2.10.hex" and it doesn't work, I only got clkout working.
- Fri Apr 03, 2020 1:38 am
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
Doesnt do nothing. Only clkout is present on respective output pin.
- Thu Apr 02, 2020 9:44 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
I'm not surprised, because ten years ago I found problems on Flowcode at the time it was relative to pic16f84 or 88 something near this kind of microcontroller... I have been lucky on find small hidden bugs on this software that I love so much! Any help from me just write to me, I can test it quickl...
- Thu Apr 02, 2020 9:06 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
But that last you sent to me now, doesn't work!
What is wrong?!
What is wrong?!
- Thu Apr 02, 2020 8:30 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
the hex file you sent to me works great, how did you do it? it was compiled on flowcode 8?
- Thu Apr 02, 2020 12:53 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
tested this for ours... it won't work on this chips pic12f629, I'm using 9V battery, voltage is regulated to 5V checked, LED's all well connected to the pic12f, programmer is working with this chip also, because can load and program pic12f with older hex files and everything works. I just don't unde...
- Thu Apr 02, 2020 1:43 am
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
For you to know if I configure chip to "Int RC clockout" after program the pic12f and put it on test board, it doesn't do nothing from what I programmed (blinking LED) but measuring the pin 3 (clk out) I can measure square wave with 1,130MHz.
- Thu Apr 02, 2020 1:09 am
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
Yes looking my program it would work, I know about 255 insted of true or "1", but I'm tired to change everything to make it work one time! Yes the pic programmer works, I can upload to pic 12f629 other hex file that I had from couple of years now (made on flowcode v4 and v5, I'm sure micro...
- Thu Apr 02, 2020 12:18 am
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
here it is in attachments...
- Wed Apr 01, 2020 11:53 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
This is the simple program configuration, see image...
- Wed Apr 01, 2020 11:34 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Re: Problems with PIC12F629 that doesn't program them to work
I tried that option, it no more gives error compiling the hex file, but still microchip doesn't work, in simple program it won't blink the LED!
Any more suggestions?
Any more suggestions?
- Wed Apr 01, 2020 8:29 pm
- Forum: Bug Reports
- Topic: Problems with PIC12F629 that doesn't program them to work
- Replies: 36
- Views: 28625
Problems with PIC12F629 that doesn't program them to work
Hi, In older versions of Flowcode v4, v5, v6 when programming the Pic12F629/675, I used a C box on start with "osccan = 0x080" to put this small microcontroller to work as "internal RC CLKout" whell configurated (other options were simple to config like clk=4Mhz etc) to work , bu...