Search found 17 matches

by bruno504
Tue Dec 05, 2023 12:02 pm
Forum: Feature Requests
Topic: New Product
Replies: 2
Views: 8092

Re: New Product

It would be astonishing. Is it possible Matrix staff?
by bruno504
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: 1474

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? :roll:
by bruno504
Mon Apr 06, 2020 2:08 am
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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.
by bruno504
Sat Apr 04, 2020 2:29 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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?!
by bruno504
Fri Apr 03, 2020 1:38 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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.
by bruno504
Fri Apr 03, 2020 1:38 am
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

Re: Problems with PIC12F629 that doesn't program them to work

Doesnt do nothing. Only clkout is present on respective output pin.
by bruno504
Thu Apr 02, 2020 9:44 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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...
by bruno504
Thu Apr 02, 2020 9:06 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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?!
by bruno504
Thu Apr 02, 2020 8:30 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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?
by bruno504
Thu Apr 02, 2020 12:53 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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...
by bruno504
Thu Apr 02, 2020 1:43 am
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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.
by bruno504
Thu Apr 02, 2020 1:09 am
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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 microchip pic12...
by bruno504
Thu Apr 02, 2020 12:18 am
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

Re: Problems with PIC12F629 that doesn't program them to work

here it is in attachments...
by bruno504
Wed Apr 01, 2020 11:53 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

Re: Problems with PIC12F629 that doesn't program them to work

This is the simple program configuration, see image...
by bruno504
Wed Apr 01, 2020 11:34 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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?
by bruno504
Wed Apr 01, 2020 8:29 pm
Forum: Bug Reports
Topic: Problems with PIC12F629 that doesn't program them to work
Replies: 36
Views: 18578

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 , but now with Flowcode ...