Search found 12 matches

by wim314
Sun Nov 22, 2009 2:36 pm
Forum: Flowcode V2 & V3
Topic: Flowcode 3.6.11.53 & PIC 18F4520
Replies: 1
Views: 2306

Flowcode 3.6.11.53 & PIC 18F4520

Hello,
Does someone know if the PIC 18F4520 is supported by Flowcode version 3.6.11.53 or should I switch to Flowcode v4?
best regards, Wim
by wim314
Thu Aug 06, 2009 7:00 am
Forum: E-blocks
Topic: EB006 rev. 7 & Flowcode 3
Replies: 2
Views: 3146

Re: EB006 rev. 7 & Flowcode 3

Hi Ben,

Great! that's good news. Many thanks for your help.

Wim.
by wim314
Wed Aug 05, 2009 10:50 am
Forum: E-blocks
Topic: EB006 rev. 7 & Flowcode 3
Replies: 2
Views: 3146

EB006 rev. 7 & Flowcode 3

Hello,

Can I use the internal clock of the PIC when using the EB006 rev.7 multiprogrammer together with Flowcode 3 Professional or do I have to upgrade to Flowcode 4 in order to activate internal clocking?

Best regards,
Wim
by wim314
Mon Mar 02, 2009 5:32 pm
Forum: Components (Comms)
Topic: ECIO-40P and ADC
Replies: 7
Views: 6118

Re: ECIO-40P and ADC

Hi Sean,

Thank you very much for the tip. I have just tested it and it works!
Great, you helped me further in developing my project.

Best regards,
Wim
by wim314
Sat Feb 28, 2009 3:13 pm
Forum: Components (Comms)
Topic: ECIO-40P and ADC
Replies: 7
Views: 6118

Re: ECIO-40P and ADC

Ben, still one small issue. When removing ADC(7) and adding a new ADC which I want to assign to ADC(9) then the channel is correctly set to ADC(9), but the component itself is called ADC(7). Probably because 7 is the first free number in the row as ADC(0)... ADC(6) are in use. When I try to add ADC(...
by wim314
Mon Feb 09, 2009 5:03 pm
Forum: Components (Comms)
Topic: ECIO-40P and ADC
Replies: 7
Views: 6118

Re: ECIO-40P and ADC

Hi Ben, thanks for the clarification. Now I do not have to try it again :D . I will try to recuperate some of the other ADC input pins (this needs a little bit of rewire in my robot, but I think it sould be possible). I have somewhere still some ICs of Microchip which allows me to expand the IO pins...
by wim314
Mon Feb 09, 2009 2:38 pm
Forum: Components (Comms)
Topic: ECIO-40P and ADC
Replies: 7
Views: 6118

Re: ECIO-40P and ADC

Hi Ben, I am getting as sample value something around 210 (corresponding with the 4V). When I disconnect the wire between the RE2 pin and the sensor, then there is still 4V on the RE2 pin, while there is 2,5V at the sensor output. I have looked into the code and I cannot find a reference to the RE2 ...
by wim314
Sun Feb 08, 2009 3:56 pm
Forum: Components (Comms)
Topic: ECIO-40P and ADC
Replies: 7
Views: 6118

ECIO-40P and ADC

Hello,

I am trying to use the ADC(7) input (RE2) of the ECIO-40P module.
One reason or another, the pin OUTPUTS a voltage of around 4V instead of sampling the INPUT voltage.
Does someone has an idea? Or do I do something totally wrong?

Best regards
Wim
by wim314
Wed Dec 31, 2008 10:18 am
Forum: Components (Comms)
Topic: I2C Slave
Replies: 5
Views: 10719

Re: I2C Slave

I am also interested for one of my projects in the I2C slave functionality. When will it be available in flowcode? thanks, wim
by wim314
Sun Aug 03, 2008 4:19 pm
Forum: Bugs / Application Errors
Topic: error in PWM module ECIO40
Replies: 3
Views: 4187

error in PWM module ECIO40

To the MatrixMultimedia support engineers, I think there is an error in the PWM module in Flowcode when using the ECIO40. I want to use the alternate pin of PWM2, but it refuses to output the PWM signal to the RB3 pin. In both cases (Alternate Pin flag off or on), the PWM signal is routed to pin RC1...
by wim314
Wed Apr 02, 2008 8:33 pm
Forum: Components (Other)
Topic: PWM component and PIC 16F777
Replies: 12
Views: 9500

Re: PWM component and PIC 16F777

Hi Ben,

Thanks for the answer. I have printed the C-code generated by Flowcode and I will study it to know how to address the 3rd PWM of the 16F777.
Hopefully it will work. In any case, I am highly interested in a version of Flowcode which supports more than 2 PWM channels.

Best regards,
Wim
by wim314
Tue Apr 01, 2008 8:40 pm
Forum: Components (Other)
Topic: PWM component and PIC 16F777
Replies: 12
Views: 9500

PWM component and PIC 16F777

According to the datasheet of the PIC 16F777, this chip has 3 PWM channels. But in Flowcode I can only address 2 PWM modules. Has someone any idea how I can use the 3rd PWM channel from within flowcode?