Hello!
I wonder how I enable an interrupt when one pin goes to high in Flowcode.
Interrupt to call any function.
I would be wery grateful if someone makes an example on any PIC.
Thank you!
Best Regards
Dmitry
Search found 36 matches
- Tue Jul 03, 2012 7:02 pm
- Forum: Flowcode V4
- Topic: Interrupt when pin goes high
- Replies: 3
- Views: 3915
- Wed Apr 18, 2012 10:12 pm
- Forum: Flowcode V4
- Topic: GSM module
- Replies: 1
- Views: 2163
GSM module
Hi! Is it possible to use other GSM module than the EB066? There's a lot if you look at the market. If you look on the EB066, it looks to the substantive set some components, possibly a processor that sits on the card that does some work. EB066 is certainly helpful to start with. I saw second module...
- Sun Apr 15, 2012 8:26 pm
- Forum: Flowcode V4
- Topic: Internal Voltage Reference_Solved!
- Replies: 36
- Views: 25828
Re: Internal Voltage Reference_Solved!
No, I don´t think so. This file is for 16f1827. Please ask Benj on Flow forum. He answered me before.
He will surely respond by Monday. The guys are fast!
Best Regards
Dmitry
He will surely respond by Monday. The guys are fast!
Best Regards
Dmitry
- Sun Apr 15, 2012 4:52 pm
- Forum: Flowcode V4
- Topic: Internal Voltage Reference_Solved!
- Replies: 36
- Views: 25828
Re: Internal Voltage Reference_Solved!
Hi,
It can be problem with ADC file in flow (for 16f1827is PIC_ADC_23.c). I have got new one from Benj.
Best Regards
Dmitry
It can be problem with ADC file in flow (for 16f1827is PIC_ADC_23.c). I have got new one from Benj.
Best Regards
Dmitry
- Thu Apr 12, 2012 10:00 am
- Forum: Flowcode V4
- Topic: Flowcode to MPLAB IDE with CC5X compiler
- Replies: 9
- Views: 6380
Re: Flowcode to MPLAB IDE with CC5X compiler
Hello Benj!
I want to do to learn more about C. Whay you don´t rekomend it?
Can you please answer the question I asked before " MPLAB needs compiler. Can I use the same compiler that comes with Flovcode?"
Thanks for the reply!
I want to do to learn more about C. Whay you don´t rekomend it?
Can you please answer the question I asked before " MPLAB needs compiler. Can I use the same compiler that comes with Flovcode?"
Thanks for the reply!
- Thu Apr 12, 2012 1:08 am
- Forum: Flowcode V4
- Topic: Flowcode to MPLAB IDE with CC5X compiler
- Replies: 9
- Views: 6380
Re: Flowcode to MPLAB IDE with CC5X compiler
Hi again! It seems complicated and quite time consuming converting from Boost. The question is if I made a program that works in Flovcode and then I go over to MPLAB to continue to work with C code. MPLAB needs compiler. Can I use the same compiler that comes with Flovcode? My program is pretty big ...
- Fri Mar 16, 2012 2:40 pm
- Forum: Flowcode V4
- Topic: Flowcode to MPLAB IDE with CC5X compiler
- Replies: 9
- Views: 6380
Re: Flowcode to MPLAB IDE with CC5X compiler
HI!
I would like to test cc5x compiler. What settings I need to make in the flowcode?
Is it chip> compiler options>??
Very thankful for all answers
Best Regards
Dmitry
I would like to test cc5x compiler. What settings I need to make in the flowcode?
Is it chip> compiler options>??
Very thankful for all answers
Best Regards
Dmitry
- Tue Mar 13, 2012 10:08 am
- Forum: Flowcode V4
- Topic: Flowcode to MPLAB IDE with CC5X compiler
- Replies: 9
- Views: 6380
Re: Flowcode to MPLAB IDE with CC5X compiler
Hello!
OK, can we use cc5x compiler in the Flowcode?
Very thankful for all answers
Best Regards
Dmitry
OK, can we use cc5x compiler in the Flowcode?
Very thankful for all answers
Best Regards
Dmitry
- Mon Mar 12, 2012 10:54 am
- Forum: Flowcode V4
- Topic: Flowcode to MPLAB IDE with CC5X compiler
- Replies: 9
- Views: 6380
Flowcode to MPLAB IDE with CC5X compiler
Hello!
Is it possible to convert Flowcode C file to the MPLAB IDE with a free compiler like CC5X for further work?
IF possible, what steps do I need to do?
Very thankful for all answers
Best Regards
Dmitry
Is it possible to convert Flowcode C file to the MPLAB IDE with a free compiler like CC5X for further work?
IF possible, what steps do I need to do?
Very thankful for all answers
Best Regards
Dmitry
- Mon Mar 12, 2012 10:19 am
- Forum: Flowcode V4
- Topic: Makro in makro
- Replies: 6
- Views: 6801
Makro in makro
Hello!
I wonder a bit about the macro structure in Flowcode.
When repeating things in the program will then wish to use the macros.
Is it okay to call 1) component macro from a macro.
2) Call the macro from a macro?
Can there be any problems?
Very thankful for all answers
Best Regards
Dmitry
I wonder a bit about the macro structure in Flowcode.
When repeating things in the program will then wish to use the macros.
Is it okay to call 1) component macro from a macro.
2) Call the macro from a macro?
Can there be any problems?
Very thankful for all answers
Best Regards
Dmitry
- Wed Feb 01, 2012 5:14 pm
- Forum: Flowcode V4
- Topic: PIC16F1827 and mathematical calculations
- Replies: 3
- Views: 3090
Re: PIC16F1827 and mathematical calculations
Hi, I vill use variable "Ustrkorr" to adjust another integer variable "Ukorred" depending on in data. so "Ustrkorr" is an correction variable. Ustrkorr = INT Uout = INT Ukorred = INT Ustrkorr can vary betveen 1.0 to 1.09 In calculation box I was going to multiply the va...
- Wed Feb 01, 2012 10:22 am
- Forum: Flowcode V4
- Topic: PIC16F1827 and mathematical calculations
- Replies: 3
- Views: 3090
PIC16F1827 and mathematical calculations
In my program, there are several parameters that affect each other. I have to do mathematical calculations as you can see below. I enter into the calculation blocks: Ustrkorr = ( ( ( adc_level_current / 100 ) / 100 ) + 1 ) I wonder if I can do so. Mathematically it is correct, at least when I'm coun...
- Wed Feb 01, 2012 10:05 am
- Forum: Flowcode V4
- Topic: 16f1827 bidirectional pin problem
- Replies: 2
- Views: 2390
Re: 16f1827 bidirectional pin problem
Hi Martin!
Thank you for quick response!
I had some problem with my code. Now it works:-)
Best Regards
Thank you for quick response!
I had some problem with my code. Now it works:-)
Best Regards
- Mon Jan 23, 2012 6:07 pm
- Forum: Flowcode V4
- Topic: 16f1827 bidirectional pin problem
- Replies: 2
- Views: 2390
16f1827 bidirectional pin problem
HI, I use pic16f1827 in a project. I found that RB7 is not working properly. I've added a routine that lights a LED, among other things. It seems that the program starts and do everything else but RB7 do not want to get high. I also tried to activate it several times but to no avail. I saw similar p...
- Fri Nov 25, 2011 11:00 pm
- Forum: Flowcode V4
- Topic: Capacitive Sensing oscillator
- Replies: 7
- Views: 5437
Re: Capacitive Sensing oscillator
Does anyone have an idea?
Thanks
Best Regards
Thanks
Best Regards
- Fri Nov 25, 2011 10:58 pm
- Forum: Flowcode V4
- Topic: Capacitiv switch
- Replies: 5
- Views: 4822
Re: Capacitiv switch
Does anyone have an idea?
Thanks
Best Regards
Thanks
Best Regards
- Wed Nov 16, 2011 9:08 pm
- Forum: Flowcode V4
- Topic: Warning unreferenced functions removed
- Replies: 2
- Views: 2581
Warning unreferenced functions removed
Hi I have various different warnings when I compile my program. Is it normal or have I done something wrong? " Warning unreferenced functions removed: FCI_FLOAT_TO_STRING in: C:\Program Files\Matrix Multimedia\Flowcode V4\FCD\internals.h FCI_NUMBER_TO_HEX in: C:\Program Files\Matrix Multimedia\...
- Wed Nov 16, 2011 8:54 pm
- Forum: Flowcode V4
- Topic: PWM1 and 16F1827
- Replies: 8
- Views: 5931
Re: PWM1 and 16F1827
Hi Benj! When I had old FCD file it worked when I had option "alternate pin" activated, not without it. OK,now, when I changed to new FCD it seems to work if I change "alternate pin" to off. Should it work that way? Benj, what do you mean by "or the chip config settings"...
- Wed Nov 16, 2011 12:26 pm
- Forum: Flowcode V4
- Topic: PWM1 and 16F1827
- Replies: 8
- Views: 5931
Re: PWM1 and 16F1827
Benj
After updating of 16f1827.fcd my PWM stopped to work!
What happens?
Please advice
Thank you
After updating of 16f1827.fcd my PWM stopped to work!
What happens?

Please advice
Thank you
- Mon Nov 07, 2011 11:02 pm
- Forum: Flowcode V4
- Topic: Capacitive Sensing oscillator
- Replies: 7
- Views: 5437
Capacitive Sensing oscillator
Hi people!
Is there anyone who has used Capacitive Sensing oscillator ?
Is very interested in how it works
Please recommend how I should get started:-)
Best Regards
Dmitry
Is there anyone who has used Capacitive Sensing oscillator ?
Is very interested in how it works
Please recommend how I should get started:-)
Best Regards
Dmitry
- Mon Oct 24, 2011 10:10 pm
- Forum: Flowcode V4
- Topic: Capacitiv switch
- Replies: 5
- Views: 4822
Capacitiv switch [ Not Solved ]
Hi Benj! Capacitive sensing module is available in many today's MCUs from Microchip and it is quite interesting module. So I see it as a littet miss the flowcode does not have the module built into the latest version (v4.5). It would be good if we can find a good solution for this in Flowcode 4.5. M...
- Sun Oct 23, 2011 10:57 pm
- Forum: Flowcode V4
- Topic: Capacitiv switch
- Replies: 5
- Views: 4822
Capacitiv switch
Hi,
I have same queation. I will be very grateful if anyone can help.
for ex. 16F1827 has an capacitive sensing module with up to 12 input channels. How to configure it in Flowcode?
If someone has used capacitive sensing module please upload some example file.
Thank you!
Best Regards
I have same queation. I will be very grateful if anyone can help.
for ex. 16F1827 has an capacitive sensing module with up to 12 input channels. How to configure it in Flowcode?
If someone has used capacitive sensing module please upload some example file.
Thank you!
Best Regards
- Sat Oct 15, 2011 12:20 pm
- Forum: Flowcode V4
- Topic: Problems when compile the program_ Flowcode 4.5
- Replies: 4
- Views: 3906
Re: Problems when compile the program_ Flowcode 4.5
HELLO Zuki!
thank you!
thank you!
- Thu Oct 13, 2011 11:57 pm
- Forum: Flowcode V4
- Topic: Problems when compile the program_ Flowcode 4.5
- Replies: 4
- Views: 3906
Problems when compile the program_ Flowcode 4.5
Hello! I get the following error when I try to compile. When I simulate all is fine, but not when I try to compile. This program will control the PWM according to two ADC signals. I use Integer for measuring variables so they can be both positive and negative. As I can understand, problem is in my I...
- Thu Oct 13, 2011 11:39 am
- Forum: Flowcode V4
- Topic: LCD 8X2
- Replies: 2
- Views: 2606
Re: LCD 8X2
OK,
Thank you Steve!
I will try it.
Best Regards
Thank you Steve!
I will try it.
Best Regards