Flowcode generated code
-
- Posts: 8
- Joined: Sat Jun 16, 2012 1:08 pm
- Location: New Delhi,India
- Has thanked: 4 times
Flowcode generated code
Hi..
I was wondering that flowcode generated C code or assembly code can be used in other compiler or not? can i use the code in other compiler? it will run in other compiler or not? Please give me suggestion.
Thanks in advance
Tuhina Deep
I was wondering that flowcode generated C code or assembly code can be used in other compiler or not? can i use the code in other compiler? it will run in other compiler or not? Please give me suggestion.
Thanks in advance
Tuhina Deep
- DavidA
- Matrix Staff
- Posts: 1076
- Joined: Fri Apr 23, 2010 2:18 pm
- Location: Matrix Multimedia Ltd
- Has thanked: 58 times
- Been thanked: 258 times
- Contact:
Re: Flowcode generated code
Flowcode generates C and assembler code where applicable.
Flowcode's C code can be used with Hi-Tech compiler and Boost C compilers.
To work with any other compiler would require a large amount of effort.
Flowcode's C code can be used with Hi-Tech compiler and Boost C compilers.
To work with any other compiler would require a large amount of effort.
-
- Posts: 8
- Joined: Sat Jun 16, 2012 1:08 pm
- Location: New Delhi,India
- Has thanked: 4 times
Re: Flowcode generated code
Thank you Sir,
It can be used with MPLAB C 18 compiler or not? I am using Flowcode 4 for picmicros. The code generated by it can be used with MPLAB C 18 compiler?
Tuhina Deep
It can be used with MPLAB C 18 compiler or not? I am using Flowcode 4 for picmicros. The code generated by it can be used with MPLAB C 18 compiler?
Tuhina Deep
- Enamul
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: Flowcode generated code
Hi,
Here is info how to compile in Hi-Tech compiler..
http://www.matrixmultimedia.com/mmforum ... ech#p38337
As David said earlier, it requires huge effort to compile there. But you can easily use that in Hi-Tech compiler which you can get 45 days no restriction version for free.To work with any other compiler would require a large amount of effort.
Here is info how to compile in Hi-Tech compiler..
http://www.matrixmultimedia.com/mmforum ... ech#p38337
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Flowcode generated code
Hello,
C18 and HiTech are fairly similar but there are differences. How good is your C knowledge? If your familiar with porting code and C in general then it shouldn't be an issue. If your not familiar then I wouldn't advise it.
C18 and HiTech are fairly similar but there are differences. How good is your C knowledge? If your familiar with porting code and C in general then it shouldn't be an issue. If your not familiar then I wouldn't advise it.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 8
- Joined: Sat Jun 16, 2012 1:08 pm
- Location: New Delhi,India
- Has thanked: 4 times
Re: Flowcode generated code
hi..
Please tell me how to use CAN in flowcode? how to write flowcode for any application by using CAN.Give me an example of flowcode using CAN.
Thanks in advance
Please tell me how to use CAN in flowcode? how to write flowcode for any application by using CAN.Give me an example of flowcode using CAN.
Thanks in advance
- Enamul
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: Flowcode generated code
Hi,
Which IC you are using for test? If you want to use internal can you need to have those IC which have internal can. If you want to use IC like 16f877a which don't have internal can you can try with matrix can board with the following examples..
I have written few code with internal can and also with external can for the beginners but those in my home pc..I will post later on..
Which IC you are using for test? If you want to use internal can you need to have those IC which have internal can. If you want to use IC like 16f877a which don't have internal can you can try with matrix can board with the following examples..
I have written few code with internal can and also with external can for the beginners but those in my home pc..I will post later on..
- Attachments
-
- CAN_Example_01_Send.fcf
- (6 KiB) Downloaded 262 times
-
- CAN_Example_01_Receive.fcf
- (6 KiB) Downloaded 260 times
-
- Posts: 8
- Joined: Sat Jun 16, 2012 1:08 pm
- Location: New Delhi,India
- Has thanked: 4 times
Re: Flowcode generated code
Hi Enamul,
I am using IC PIC 18f458, How to use CAN for this IC. I am beginner for using Flowcode,So i have some problems. Please help me out.
Thanks
Tuhina
I am using IC PIC 18f458, How to use CAN for this IC. I am beginner for using Flowcode,So i have some problems. Please help me out.
Thanks
Tuhina
- Enamul
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: Flowcode generated code
Hi Tuhina,
PIC 18f458 has internal CAN that means you are going to use internal CAN. you must have MCP2551 IC in that case because even if you use PIC with internal CAN you need a CAN transceiver IC. If you have that IC or matrix CAN board please let me know. I will tell you how to use that.
PIC 18f458 has internal CAN that means you are going to use internal CAN. you must have MCP2551 IC in that case because even if you use PIC with internal CAN you need a CAN transceiver IC. If you have that IC or matrix CAN board please let me know. I will tell you how to use that.
- DavidA
- Matrix Staff
- Posts: 1076
- Joined: Fri Apr 23, 2010 2:18 pm
- Location: Matrix Multimedia Ltd
- Has thanked: 58 times
- Been thanked: 258 times
- Contact:
Re: Flowcode generated code
Tuhina,
Please sign up to the appropriate user forums if you are asking for help with Flowcode: http://www.matrixmultimedia.com/forum_upgrades.php
Please sign up to the appropriate user forums if you are asking for help with Flowcode: http://www.matrixmultimedia.com/forum_upgrades.php